mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Merge commit 'fa8a4cdbb5
'
This commit is contained in:
commit
4758ef9a9e
1 changed files with 2 additions and 2 deletions
|
@ -333,8 +333,8 @@ union UVIDTVStatus
|
||||||
void Write32(const u32 _uValue, const u32 _uAddress);
|
void Write32(const u32 _uValue, const u32 _uAddress);
|
||||||
|
|
||||||
// returns a pointer to the current visible xfb
|
// returns a pointer to the current visible xfb
|
||||||
u8* GetXFBPointerTop();
|
u32 GetXFBAddressTop();
|
||||||
u8* GetXFBPointerBottom();
|
u32 GetXFBAddressBottom();
|
||||||
|
|
||||||
// Update and draw framebuffer
|
// Update and draw framebuffer
|
||||||
void Update();
|
void Update();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue