Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
melonDS
Commits
fdb6d226
Commit
fdb6d226
authored
Jul 17, 2021
by
RSDuck
Browse files
enable undo savestate load in the gui
parent
98072d82
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/frontend/qt_sdl/main.cpp
View file @
fdb6d226
...
...
@@ -2205,6 +2205,8 @@ void MainWindow::onLoadState()
if
(
slot
>
0
)
sprintf
(
msg
,
"State loaded from slot %d"
,
slot
);
else
sprintf
(
msg
,
"State loaded from file"
);
OSD
::
AddMessage
(
0
,
msg
);
actUndoStateLoad
->
setEnabled
(
true
);
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment