- add menu entries

This commit is contained in:
Rachael Alexanderson 2022-08-10 13:10:13 -04:00
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());
}