Fix linux

This commit is contained in:
louist103 2025-06-20 19:59:13 -04:00
commit 90db1e5eca
2 changed files with 2 additions and 1 deletions

View file

@ -1160,7 +1160,7 @@ extern "C" void InitOTR() {
std::filesystem::exists(Ship::Context::LocateFileAcrossAppDirs("oot-mq.o2r", appShortName)) ||
std::filesystem::exists(Ship::Context::LocateFileAcrossAppDirs("oot.o2r", appShortName));
if (!ootOTRExists && !ootO2RExists) {
if (!ootO2RExists) {
#if not defined(__SWITCH__) && not defined(__WIIU__)
std::string installPath = Ship::Context::GetAppBundlePath();

View file

@ -1,5 +1,6 @@
#include "soh/resource/importer/AnimationFactory.h"
#include "soh/resource/type/Animation.h"
#include "ResourceManager.h"
#include "spdlog/spdlog.h"
#include "Context.h"