mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 02:42:24 -07:00
YuzuCMD/Tester: Correct execution
This commit is contained in:
@@ -255,9 +255,10 @@ int main(int argc, char** argv) {
|
||||
system.GPU().Start();
|
||||
system.Renderer().Rasterizer().LoadDiskResources();
|
||||
|
||||
while (!finished) {
|
||||
//system.RunLoop();
|
||||
}
|
||||
system.Run();
|
||||
while (!finished)
|
||||
;
|
||||
system.Pause();
|
||||
|
||||
detached_tasks.WaitForAllTasks();
|
||||
return return_value;
|
||||
|
Reference in New Issue
Block a user