mirror of https://github.com/xemu-project/xemu.git
ui: Apply correct snapshot activation action for save menuitem
This commit is contained in:
parent
edecb41b97
commit
38950d7e8c
|
@ -120,7 +120,7 @@ void ShowMainMenu()
|
|||
}
|
||||
|
||||
if (ImGui::MenuItem(save_name, hotkey, false, bound)) {
|
||||
ActionActivateBoundSnapshot(i, false);
|
||||
ActionActivateBoundSnapshot(i, true);
|
||||
}
|
||||
|
||||
g_free(hotkey);
|
||||
|
|
Loading…
Reference in New Issue