mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
[Android] Add support for rotation and minimizing the application
This commit is contained in:
parent
6448e5e5ee
commit
5a549ef663
7 changed files with 78 additions and 29 deletions
|
@ -58,6 +58,10 @@ Common::Event Renderer::s_screenshotCompleted;
|
|||
|
||||
volatile bool Renderer::s_bScreenshot;
|
||||
|
||||
// Final surface changing
|
||||
Common::Flag Renderer::s_SurfaceNeedsChanged;
|
||||
Common::Event Renderer::s_ChangedSurface;
|
||||
|
||||
// The framebuffer size
|
||||
int Renderer::s_target_width;
|
||||
int Renderer::s_target_height;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue