This commit is contained in:
Fire Cube 2025-06-10 21:04:40 +02:00
parent fe4a718722
commit 97d6e54f5c

View File

@ -84,7 +84,6 @@ void Emulator::Run(std::filesystem::path file, const std::vector<std::string> ar
// Applications expect to be run from /app0 so mount the file's parent path as app0.
auto* mnt = Common::Singleton<Core::FileSys::MntPoints>::Instance();
mnt->Mount(game_folder, "/app0", true);
// Certain games may use /hostapp as well such as CUSA001100
mnt->Mount(game_folder, "/hostapp", true);