mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-12 17:58:53 +01:00
correct bug: move prevItem=menuItem after init_system_values
Signed-off-by: Vincent-FK <vincent.buso@funkey-project.com>
This commit is contained in:
parent
70aa82fc51
commit
d05f503825
@ -680,11 +680,10 @@ int MenuMode::launch( )
|
||||
char fname[MAXPATHLEN];
|
||||
indexChooseLayout = config->currentLayoutIdx_;
|
||||
int returnCode = MENU_RETURN_OK;
|
||||
int prevItem=menuItem;
|
||||
|
||||
/// ------ Get System values -------
|
||||
init_menu_system_values();
|
||||
|
||||
int prevItem=menuItem;
|
||||
|
||||
/// Save prev key repeat params and set new Key repeat
|
||||
SDL_GetKeyRepeat(&backup_key_repeat_delay, &backup_key_repeat_interval);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user