mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
Replace BeginUI/EndUI
This commit is contained in:
parent
18c799f0b6
commit
b007b8e104
4 changed files with 8 additions and 42 deletions
|
@ -40,11 +40,6 @@ public:
|
|||
|
||||
void CheckForConfigChanges(u32 changed_bits);
|
||||
|
||||
// Begins/presents a "UI frame". UI frames do not draw any of the console XFB, but this could
|
||||
// change in the future.
|
||||
void BeginUIFrame();
|
||||
void EndUIFrame();
|
||||
|
||||
// Display resolution
|
||||
int GetBackbufferWidth() const { return m_backbuffer_width; }
|
||||
int GetBackbufferHeight() const { return m_backbuffer_height; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue