forked from eden-emu/eden
GSP: Return proper error codes for register writes
This commit is contained in:
parent
644fbbeb13
commit
abe5c6efec
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