diff options
| author | purpasmart96 <kanzoconfigz@hotmail.com> | 2016-02-03 13:18:26 -0800 |
|---|---|---|
| committer | purpasmart96 <kanzoconfigz@hotmail.com> | 2016-03-30 18:31:49 -0700 |
| commit | abe5c6efec7b05512a8fbf959feb7612c9fe56a0 (patch) | |
| tree | d78c2753234f2eff8db181e34f7333487f4e19a2 /src/core/hle/service/gsp_gpu.h | |
| parent | 644fbbeb13db8147ce74cfbde80f62ee492c201a (diff) | |
GSP: Return proper error codes for register writes
Diffstat (limited to 'src/core/hle/service/gsp_gpu.h')
| -rw-r--r-- | src/core/hle/service/gsp_gpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
