GPU: Interface cleanup.

This commit is contained in:
Tony Wasserka 2014-07-11 19:29:12 +02:00
parent 46950ee4de
commit 9d618d0b70
2 changed files with 20 additions and 13 deletions

View file

@ -219,10 +219,12 @@ void SetFramebufferLocation(const FramebufferLocation mode);
*/
const u8* GetFramebufferPointer(const u32 address);
u32 GetFramebufferAddr(const u32 address);
/**
* Gets the location of the framebuffers
*/
const FramebufferLocation GetFramebufferLocation();
FramebufferLocation GetFramebufferLocation(u32 address);
template <typename T>
inline void Read(T &var, const u32 addr);