mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
ppu/sys_interrupt: add stack_reset command to fix sys_interrupt stack overflowing
This commit is contained in:
parent
3a9428a88e
commit
7bbadfd08b
3 changed files with 7 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ enum class ppu_cmd : u32
|
|||
hle_call, // Execute function by index (arg)
|
||||
initialize, // ppu_initialize()
|
||||
sleep,
|
||||
reset_stack, // resets stack address
|
||||
};
|
||||
|
||||
// Formatting helper
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue