pause: enable restart, fix protected mode not clear flag when restarting

thanks crash5b for helping with fixing issues in this feature
This commit is contained in:
somewhatlurker
2020-02-25 05:54:52 +11:00
parent 013e73e5e3
commit c3780294ff
2 changed files with 2 additions and 1 deletions
@@ -51,7 +51,7 @@ namespace TLAC::Components
"PAUSED",
{
{ "RESUME", unpause, false },
//{ "RESTART", restart, false },
{ "RESTART", restart, false },
{ "SE VOLUME", sevolmenu, false },
{ "GIVE UP", giveup, false },
}