From abe5c6efec7b05512a8fbf959feb7612c9fe56a0 Mon Sep 17 00:00:00 2001 From: purpasmart96 Date: Wed, 3 Feb 2016 13:18:26 -0800 Subject: GSP: Return proper error codes for register writes --- src/core/hle/service/gsp_gpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hle/service/gsp_gpu.h') diff --git a/src/core/hle/service/gsp_gpu.h b/src/core/hle/service/gsp_gpu.h index 0e2f7a21e..55a993bb8 100644 --- a/src/core/hle/service/gsp_gpu.h +++ b/src/core/hle/service/gsp_gpu.h @@ -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 -- cgit v1.2.3