mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-24 19:14:40 +00:00
why
This commit is contained in:
parent
fe4a718722
commit
97d6e54f5c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user