mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 08:12:42 +00: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