mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-26 21:10:42 +00:00
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
Block a user