Home
last modified time | relevance | path

Searched refs:mountIso (Results 1 – 18 of 18) sorted by relevance

/dports/emulators/ppsspp/ppsspp-1.12.3/headless/
H A DHeadless.cpp250 const char *mountIso = nullptr; in main() local
261 mountIso = argv[i]; in main()
363 coreParameter.mountIso = mountIso ? Path(std::string(mountIso)) : Path(); in main()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/headless/
H A DHeadless.cpp250 const char *mountIso = nullptr; in main() local
261 mountIso = argv[i]; in main()
363 coreParameter.mountIso = mountIso ? Path(std::string(mountIso)) : Path(); in main()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/headless/
H A DHeadless.cpp250 const char *mountIso = nullptr; in main() local
261 mountIso = argv[i]; in main()
363 coreParameter.mountIso = mountIso ? Path(std::string(mountIso)) : Path(); in main()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/
H A DCoreParameter.h59 …Path mountIso; // If non-empty, and fileToStart is an ELF or PBP, will mount this ISO in the back… member
H A DSystem.cpp245 if (!coreParameter.mountIso.empty()) { in CPU_Init()
246 coreParameter.mountIsoLoader = ConstructFileLoader(coreParameter.mountIso); in CPU_Init()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/
H A DCoreParameter.h59 …Path mountIso; // If non-empty, and fileToStart is an ELF or PBP, will mount this ISO in the back… member
H A DSystem.cpp245 if (!coreParameter.mountIso.empty()) { in CPU_Init()
246 coreParameter.mountIsoLoader = ConstructFileLoader(coreParameter.mountIso); in CPU_Init()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/
H A DCoreParameter.h59 …Path mountIso; // If non-empty, and fileToStart is an ELF or PBP, will mount this ISO in the back… member
H A DSystem.cpp245 if (!coreParameter.mountIso.empty()) { in CPU_Init()
246 coreParameter.mountIsoLoader = ConstructFileLoader(coreParameter.mountIso); in CPU_Init()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/android/jni/
H A DTestRunner.cpp95 coreParam.mountIso.clear(); in RunTests()
/dports/emulators/ppsspp/ppsspp-1.12.3/android/jni/
H A DTestRunner.cpp95 coreParam.mountIso.clear(); in RunTests()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/android/jni/
H A DTestRunner.cpp95 coreParam.mountIso.clear(); in RunTests()
/dports/emulators/ppsspp/ppsspp-1.12.3/libretro/
H A Dlibretro.cpp656 coreParam.mountIso.clear(); in retro_load_game()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/libretro/
H A Dlibretro.cpp656 coreParam.mountIso.clear(); in retro_load_game()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/libretro/
H A Dlibretro.cpp656 coreParam.mountIso.clear(); in retro_load_game()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/UI/
H A DEmuScreen.cpp294 coreParam.mountIso.clear(); in bootGame()
/dports/emulators/ppsspp/ppsspp-1.12.3/UI/
H A DEmuScreen.cpp294 coreParam.mountIso.clear(); in bootGame()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/UI/
H A DEmuScreen.cpp294 coreParam.mountIso.clear(); in bootGame()