mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 00:27:57 -05:00
Fixed EmuWindow typo (fixes OSX build)
This commit is contained in:
@ -48,7 +48,7 @@ public:
|
||||
* @param height Window framebuffer height in pixels
|
||||
* @return Newly created FramebufferLayout object with default screen regions initialized
|
||||
*/
|
||||
static FramebufferLayout DefaultScreenLayout(int width, int height);
|
||||
static FramebufferLayout DefaultScreenLayout(unsigned width, unsigned height);
|
||||
|
||||
unsigned width;
|
||||
unsigned height;
|
||||
|
Reference in New Issue
Block a user