mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-27 14:36:33 -05:00
YuzuCMD/Tester: Correct execution
This commit is contained in:
@@ -236,9 +236,10 @@ int main(int argc, char** argv) {
|
||||
system.Renderer().Rasterizer().LoadDiskResources();
|
||||
|
||||
std::thread render_thread([&emu_window] { emu_window->Present(); });
|
||||
while (emu_window->IsOpen()) {
|
||||
//system.RunLoop();
|
||||
}
|
||||
system.Run();
|
||||
while (emu_window->IsOpen())
|
||||
;
|
||||
system.Pause();
|
||||
render_thread.join();
|
||||
|
||||
system.Shutdown();
|
||||
|
Reference in New Issue
Block a user