mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-02 09:26:30 -05:00
Merge branch 'master' into threading
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
|
||||
#include "core/core.h"
|
||||
#include "core/loader.h"
|
||||
#include "core/hw/hw.h"
|
||||
|
||||
#include "video_core/video_core.h"
|
||||
|
||||
#include "version.h"
|
||||
@@ -40,6 +42,7 @@ void EmuThread::run()
|
||||
emit CPUStepped();
|
||||
}
|
||||
}
|
||||
HW::Update();
|
||||
}
|
||||
|
||||
Core::Stop();
|
||||
|
Reference in New Issue
Block a user