diff --git a/apple/OSX/OSX/RetroArch_OSX.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_OSX.xccheckout b/apple/OSX/OSX/RetroArch_OSX.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_OSX.xccheckout
index 49b4fa923e..6563cb2d38 100644
--- a/apple/OSX/OSX/RetroArch_OSX.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_OSX.xccheckout
+++ b/apple/OSX/OSX/RetroArch_OSX.xcodeproj/project.xcworkspace/xcshareddata/RetroArch_OSX.xccheckout
@@ -10,29 +10,41 @@
RetroArch_OSX
IDESourceControlProjectOriginsDictionary
- 70479BD4-5741-48BF-B723-C0C79B64DF9A
+ 76200F0D6584D865E96F58DE862E738E88B23A3C
+ https://github.com/libretro/libretro-super.git
+ C7C12374C7051F8843B3EFA1ACCAF2907102CCF7
https://github.com/libretro/RetroArch.git
IDESourceControlProjectPath
apple/RetroArch_OSX.xcodeproj/project.xcworkspace
IDESourceControlProjectRelativeInstallPathDictionary
- 70479BD4-5741-48BF-B723-C0C79B64DF9A
+ 76200F0D6584D865E96F58DE862E738E88B23A3C
+ ../../../..
+ C7C12374C7051F8843B3EFA1ACCAF2907102CCF7
../../..
IDESourceControlProjectURL
https://github.com/libretro/RetroArch.git
IDESourceControlProjectVersion
- 110
+ 111
IDESourceControlProjectWCCIdentifier
- 70479BD4-5741-48BF-B723-C0C79B64DF9A
+ C7C12374C7051F8843B3EFA1ACCAF2907102CCF7
IDESourceControlProjectWCConfigurations
IDESourceControlRepositoryExtensionIdentifierKey
public.vcs.git
IDESourceControlWCCIdentifierKey
- 70479BD4-5741-48BF-B723-C0C79B64DF9A
+ 76200F0D6584D865E96F58DE862E738E88B23A3C
+ IDESourceControlWCCName
+
+
+
+ IDESourceControlRepositoryExtensionIdentifierKey
+ public.vcs.git
+ IDESourceControlWCCIdentifierKey
+ C7C12374C7051F8843B3EFA1ACCAF2907102CCF7
IDESourceControlWCCName
retroarch
diff --git a/frontend/frontend.c b/frontend/frontend.c
index 465bff0dd6..1f714429c6 100644
--- a/frontend/frontend.c
+++ b/frontend/frontend.c
@@ -74,7 +74,6 @@ static int main_entry_iterate_shutdown(signature(),
int main_entry_decide(signature(), args_type() args)
{
- int ret = 0;
if (!rarch_main_iterate())
return main_entry_iterate_shutdown(signature_expand(), args);
diff --git a/frontend/menu/menu_common.c b/frontend/menu/menu_common.c
index 06c0a15115..bb073df200 100644
--- a/frontend/menu/menu_common.c
+++ b/frontend/menu/menu_common.c
@@ -304,7 +304,6 @@ static unsigned input_frame(uint64_t trigger_state)
bool menu_iterate(retro_input_t input,
retro_input_t old_input, retro_input_t trigger_input)
{
- retro_input_t old_state = 0;
unsigned action = MENU_ACTION_NOOP;
static bool initial_held = true;
static bool first_held = false;