mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
fix error
This commit is contained in:
parent
432b320775
commit
a03ccae2ae
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ void core_option_manager_get(core_option_manager_t *opt, void *data)
|
|||
#ifdef HAVE_RUNAHEAD
|
||||
if (opt->updated)
|
||||
{
|
||||
secondary_core_set_variable_update(true);
|
||||
secondary_core_set_variable_update();
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue