This commit is contained in:
Dmugetsu 2025-02-15 00:00:34 -06:00
parent 09bebefcee
commit e26b08c8dc

View File

@ -351,13 +351,11 @@ void Emulator::Restart() {
QString emulatorPath = QStandardPaths::writableLocation(QStandardPaths::AppDataLocation) +
"/shadps4.app/Contents/MacOS/shadps4";
QProcess::startDetached(emulatorPath, QStringList() << lastEbootPath);
#endif
LOG_INFO(Loader, "Emulator restarted successfully.");
isRunning = true;
#endif
}
void Emulator::LoadSystemModules(const std::string& game_serial) {
void Core::Emulator::LoadSystemModules(const std::string& game_serial) {
constexpr std::array<SysModules, 11> ModulesToLoad{
{{"libSceNgs2.sprx", &Libraries::Ngs2::RegisterlibSceNgs2},
{"libSceUlt.sprx", nullptr},