mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
core: Library cleanup (#1631)
* core: Split error codes into separate files * Reduces build times and is cleaner * core: Bring structs and enums to codebase style * core: More style changes
This commit is contained in:
@@ -257,9 +257,9 @@ void Emulator::Run(const std::filesystem::path& file) {
|
||||
|
||||
linker->Execute();
|
||||
|
||||
window->initTimers();
|
||||
while (window->isOpen()) {
|
||||
window->waitEvent();
|
||||
window->InitTimers();
|
||||
while (window->IsOpen()) {
|
||||
window->WaitEvent();
|
||||
}
|
||||
|
||||
#ifdef ENABLE_QT_GUI
|
||||
|
||||
Reference in New Issue
Block a user