diff options
| author | 2014-07-11 19:29:12 +0200 | |
|---|---|---|
| committer | 2014-07-23 00:33:08 +0200 | |
| commit | 9d618d0b705e3b8de5594512a555f469631e274b (patch) | |
| tree | d70ba534e0221bf2445c89dec9a8464060ce5766 /src/core/hw/gpu.h | |
| parent | GPU: Initialize GPU registers to some sensible default state. (diff) | |
| download | yuzu-9d618d0b705e3b8de5594512a555f469631e274b.tar.gz yuzu-9d618d0b705e3b8de5594512a555f469631e274b.tar.xz yuzu-9d618d0b705e3b8de5594512a555f469631e274b.zip | |
GPU: Interface cleanup.
Diffstat (limited to 'src/core/hw/gpu.h')
| -rw-r--r-- | src/core/hw/gpu.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/hw/gpu.h b/src/core/hw/gpu.h index 47d7fcb26..b66cf4a37 100644 --- a/src/core/hw/gpu.h +++ b/src/core/hw/gpu.h | |||
| @@ -219,10 +219,12 @@ void SetFramebufferLocation(const FramebufferLocation mode); | |||
| 219 | */ | 219 | */ |
| 220 | const u8* GetFramebufferPointer(const u32 address); | 220 | const u8* GetFramebufferPointer(const u32 address); |
| 221 | 221 | ||
| 222 | u32 GetFramebufferAddr(const u32 address); | ||
| 223 | |||
| 222 | /** | 224 | /** |
| 223 | * Gets the location of the framebuffers | 225 | * Gets the location of the framebuffers |
| 224 | */ | 226 | */ |
| 225 | const FramebufferLocation GetFramebufferLocation(); | 227 | FramebufferLocation GetFramebufferLocation(u32 address); |
| 226 | 228 | ||
| 227 | template <typename T> | 229 | template <typename T> |
| 228 | inline void Read(T &var, const u32 addr); | 230 | inline void Read(T &var, const u32 addr); |