mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 05:48:08 -05:00
GSP: Return proper error codes for register writes
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user