mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
(iOS) Fix build
This commit is contained in:
parent
52a82d1af7
commit
9fe1a66c3a
@ -177,7 +177,7 @@ static void handle_touch_event(NSArray* touches)
|
||||
|
||||
- (void)applicationDidFinishLaunching:(UIApplication *)application
|
||||
{
|
||||
const rarch_setting_t* frontend_settings;
|
||||
rarch_setting_t* frontend_settings;
|
||||
const core_info_list_t* core_list;
|
||||
const char *paths;
|
||||
|
||||
@ -235,7 +235,7 @@ static void handle_touch_event(NSArray* touches)
|
||||
apple_gamecontroller_init();
|
||||
|
||||
// Load system config
|
||||
frontend_settings = (const rarch_setting_t*)apple_get_frontend_settings();
|
||||
frontend_settings = (rarch_setting_t*)apple_get_frontend_settings();
|
||||
setting_data_reset(frontend_settings);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user