mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 03:08:36 +12:00
CHECK_EMU_STATUS removal
This commit is contained in:
parent
bf6854d121
commit
246b9f3182
16 changed files with 17 additions and 68 deletions
|
@ -388,10 +388,8 @@ namespace rsx
|
|||
});
|
||||
|
||||
// TODO: exit condition
|
||||
while (true)
|
||||
while (!Emu.IsStopped())
|
||||
{
|
||||
CHECK_EMU_STATUS;
|
||||
|
||||
const u32 get = ctrl->get;
|
||||
const u32 put = ctrl->put;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue