mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-01 07:47:53 -05:00
EmuWindow: Add support for specifying minimal client area sizes.
This commit is contained in:
@ -37,6 +37,8 @@ public:
|
||||
void ReloadSetKeymaps() override;
|
||||
|
||||
private:
|
||||
void OnMinimalClientAreaChangeRequest(const std::pair<unsigned,unsigned>& minimal_size) override;
|
||||
|
||||
static EmuWindow_GLFW* GetEmuWindow(GLFWwindow* win);
|
||||
|
||||
GLFWwindow* m_render_window; ///< Internal GLFW render window
|
||||
|
Reference in New Issue
Block a user