diff --git a/src/port/Engine.cpp b/src/port/Engine.cpp index cf432dae..deaf9adf 100644 --- a/src/port/Engine.cpp +++ b/src/port/Engine.cpp @@ -34,7 +34,7 @@ GameEngine* GameEngine::Instance; GameEngine::GameEngine() { std::vector OTRFiles; - if (const std::string cube_path = LUS::Context::GetPathRelativeToAppDirectory("lylat.otr"); std::filesystem::exists(cube_path)) { + if (const std::string cube_path = LUS::Context::GetPathRelativeToAppDirectory("sp.otr"); std::filesystem::exists(cube_path)) { OTRFiles.push_back(cube_path); } if (const std::string sm64_otr_path = LUS::Context::GetPathRelativeToAppBundle("sm64.otr"); std::filesystem::exists(sm64_otr_path)) {