mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Setting needs to be re-set again
This commit is contained in:
parent
6fd784375a
commit
18a90d81d2
@ -9166,6 +9166,8 @@ bool command_event(enum event_command cmd, void *data)
|
||||
/* we toggled manually, write the new value to settings */
|
||||
configuration_set_bool(settings, settings->bools.video_fullscreen,
|
||||
new_fullscreen_state);
|
||||
/* Need to grab this setting's value again */
|
||||
video_fullscreen = new_fullscreen_state;
|
||||
|
||||
/* we toggled manually, the CLI arg is irrelevant now */
|
||||
if (ra_is_forced_fs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user