update LUS

This commit is contained in:
Sonic Dreamcaster
2025-05-13 21:59:01 -03:00
parent fe69a3ff83
commit 2c9bc2738d
6 changed files with 12 additions and 5 deletions
+5
View File
@@ -70,7 +70,12 @@ GameEngine::GameEngine() {
std::vector<std::string> archiveFiles;
const std::string main_path = Ship::Context::GetPathRelativeToAppDirectory("sf64.o2r");
#ifdef __linux__
const std::string assets_path = Ship::Context::GetPathRelativeToAppBundle("starship.o2r");
#else
const std::string assets_path = Ship::Context::GetPathRelativeToAppDirectory("starship.o2r");
#endif
#ifdef _WIN32
AllocConsole();