mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 21:55:46 +00:00
YuzuCMD/Tester: Correct execution
This commit is contained in:
parent
7ee76003ad
commit
71cb697314
2 changed files with 8 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue