mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
More sdl
This commit is contained in:
parent
09bebefcee
commit
e26b08c8dc
@ -351,13 +351,11 @@ void Emulator::Restart() {
|
|||||||
QString emulatorPath = QStandardPaths::writableLocation(QStandardPaths::AppDataLocation) +
|
QString emulatorPath = QStandardPaths::writableLocation(QStandardPaths::AppDataLocation) +
|
||||||
"/shadps4.app/Contents/MacOS/shadps4";
|
"/shadps4.app/Contents/MacOS/shadps4";
|
||||||
QProcess::startDetached(emulatorPath, QStringList() << lastEbootPath);
|
QProcess::startDetached(emulatorPath, QStringList() << lastEbootPath);
|
||||||
#endif
|
|
||||||
|
|
||||||
LOG_INFO(Loader, "Emulator restarted successfully.");
|
|
||||||
isRunning = true;
|
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{
|
constexpr std::array<SysModules, 11> ModulesToLoad{
|
||||||
{{"libSceNgs2.sprx", &Libraries::Ngs2::RegisterlibSceNgs2},
|
{{"libSceNgs2.sprx", &Libraries::Ngs2::RegisterlibSceNgs2},
|
||||||
{"libSceUlt.sprx", nullptr},
|
{"libSceUlt.sprx", nullptr},
|
||||||
|
Loading…
Reference in New Issue
Block a user