- add menu entries

This commit is contained in:
Rachael Alexanderson 2022-08-10 13:10:13 -04:00
parent 82d0376520
commit f2df781b76
2 changed files with 6 additions and 3 deletions

View File

@ -341,17 +341,17 @@ CCMD(printlocalized)
}
UNSAFE_CCMD(opensaves)
CCMD(opensaves)
{
I_OpenShellFolder(M_GetSavegamesPath().GetChars());
}
UNSAFE_CCMD(openscreenshots)
CCMD(openscreenshots)
{
I_OpenShellFolder(M_GetScreenshotsPath().GetChars());
}
UNSAFE_CCMD(openconfig)
CCMD(openconfig)
{
I_OpenShellFile(M_GetConfigPath(false).GetChars());
}

View File

@ -380,6 +380,9 @@ OptionMenu "OptionsMenu" protected
SafeCommand "$OPTMNU_WRITEINI", "writeini"
Command "$OPTMNU_CONSOLE", "menuconsole"
Command "$OPTMNU_OPENCONFIG", "openconfig"
Command "$OPTMNU_OPENSCREENSHOTS", "openscreenshots"
Command "$OPTMNU_OPENSAVES", "opensaves"
StaticText " "
}