mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
rsx: Fix wrong fault report in initialization (#11323)
* rsx: Fix wrong fault report in initialization * Ensure emu.isstopped() == true at RPCS3 startup Based on zero initialization.
This commit is contained in:
parent
7c39c1de9b
commit
bba528e2ae
2 changed files with 151 additions and 152 deletions
|
|
@ -23,8 +23,8 @@ enum class video_renderer;
|
|||
|
||||
enum class system_state : u32
|
||||
{
|
||||
running,
|
||||
stopped,
|
||||
running,
|
||||
paused,
|
||||
frozen, // paused but cannot resume
|
||||
ready,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue