Display all game versions in build info (#1982)

This commit is contained in:
GaryOderNichts
2022-11-20 20:13:54 +01:00
committed by GitHub
parent d5b3cfe644
commit 5dcc7e41b9
4 changed files with 27 additions and 21 deletions
-2
View File
@@ -15,8 +15,6 @@
#include <array>
extern "C" SaveContext gSaveContext;
extern "C" uint32_t ResourceMgr_GetGameVersion();
extern "C" uint32_t ResourceMgr_IsGameMasterQuest();
std::filesystem::path SaveManager::GetFileName(int fileNum) {
const std::filesystem::path sSavePath(Ship::Window::GetPathRelativeToAppDirectory("Save"));