mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 05:17:51 +00:00
GSP: Return proper error codes for register writes
This commit is contained in:
parent
9dab1f4467
commit
b1a0f498f2
3 changed files with 102 additions and 85 deletions
|
@ -194,7 +194,7 @@ public:
|
|||
*/
|
||||
void SignalInterrupt(InterruptId interrupt_id);
|
||||
|
||||
void SetBufferSwap(u32 screen_id, const FrameBufferInfo& info);
|
||||
ResultCode SetBufferSwap(u32 screen_id, const FrameBufferInfo& info);
|
||||
|
||||
/**
|
||||
* Retrieves the framebuffer info stored in the GSP shared memory for the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue