mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
Add support for fullscreen hotkey (#748)
This commit is contained in:
@ -69,6 +69,8 @@ signals:
|
||||
void windowLimitFPSChange();
|
||||
|
||||
void screenLayoutChange();
|
||||
|
||||
void windowFullscreenToggle();
|
||||
|
||||
private:
|
||||
volatile int EmuStatus;
|
||||
@ -229,6 +231,8 @@ private slots:
|
||||
void onEmuStop();
|
||||
|
||||
void onUpdateVideoSettings(bool glchange);
|
||||
|
||||
void onFullscreenToggled();
|
||||
|
||||
private:
|
||||
void createScreenPanel();
|
||||
|
Reference in New Issue
Block a user