mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-05 00:47:54 -05:00
EmuWindow: Add support for specifying minimal client area sizes.
This commit is contained in:
@ -121,6 +121,8 @@ public slots:
|
||||
void moveContext(); // overridden
|
||||
|
||||
private:
|
||||
void OnMinimalClientAreaChangeRequest(const std::pair<unsigned,unsigned>& minimal_size) override;
|
||||
|
||||
QGLWidget* child;
|
||||
|
||||
EmuThread emu_thread;
|
||||
|
Reference in New Issue
Block a user