mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 20:08:29 -05: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