mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 08:22:32 +00:00
clean up pr
This commit is contained in:
parent
78d5d265bb
commit
f952dcf035
@ -289,14 +289,6 @@ void Emulator::Run(const std::filesystem::path& file, const std::vector<std::str
|
|||||||
std::quick_exit(0);
|
std::quick_exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Emulator::saveLastEbootPath(const std::string& path) {
|
|
||||||
lastEbootPath = path;
|
|
||||||
}
|
|
||||||
|
|
||||||
std::string Emulator::getLastEbootPath() const {
|
|
||||||
return lastEbootPath;
|
|
||||||
}
|
|
||||||
|
|
||||||
Emulator& Emulator::GetInstance() {
|
Emulator& Emulator::GetInstance() {
|
||||||
static Emulator instance;
|
static Emulator instance;
|
||||||
return instance;
|
return instance;
|
||||||
|
@ -88,7 +88,6 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
void WaitEvent();
|
void WaitEvent();
|
||||||
void OnStopButtonClicked();
|
|
||||||
void RelaunchEmulator();
|
void RelaunchEmulator();
|
||||||
void InitTimers();
|
void InitTimers();
|
||||||
|
|
||||||
@ -108,7 +107,6 @@ private:
|
|||||||
SDL_Window* window{};
|
SDL_Window* window{};
|
||||||
bool is_shown{};
|
bool is_shown{};
|
||||||
bool is_open{true};
|
bool is_open{true};
|
||||||
bool stopButtonClicked = false;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace Frontend
|
} // namespace Frontend
|
||||||
|
Loading…
Reference in New Issue
Block a user