mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
(Apple) platform_apple.c - some cleanups
This commit is contained in:
parent
f47b321cdf
commit
7b0ce6131e
@ -87,7 +87,7 @@ void apple_event_basic_command(enum basic_event_t action)
|
||||
|
||||
void apple_refresh_config(void)
|
||||
{
|
||||
// Little nudge to prevent stale values when reloading the confg file
|
||||
// Little nudge to prevent stale values when reloading the config file
|
||||
g_extern.block_config_read = false;
|
||||
memset(g_settings.input.overlay, 0, sizeof(g_settings.input.overlay));
|
||||
memset(g_settings.video.shader_path, 0, sizeof(g_settings.video.shader_path));
|
||||
@ -102,7 +102,6 @@ void apple_refresh_config(void)
|
||||
|
||||
int apple_rarch_load_content(int argc, char* argv[])
|
||||
{
|
||||
rgui_handle_t *rgui;
|
||||
rarch_main_clear_state();
|
||||
rarch_init_msg_queue();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user