mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Remove rounded corners on emulation render window
On Windows 11, when playing windowed in a separate window/widget from the main emulator window, we don't want the window to have rounded corners, as it prevents the corner pixels from being visible
This commit is contained in:
@ -34,6 +34,7 @@ signals:
|
||||
|
||||
private:
|
||||
void HandleCursorTimer();
|
||||
void OnHandleChanged(void* handle);
|
||||
void OnHideCursorChanged();
|
||||
void OnNeverHideCursorChanged();
|
||||
void OnLockCursorChanged();
|
||||
|
Reference in New Issue
Block a user