mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00: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:
parent
e69486d2cb
commit
91067044f1
3 changed files with 30 additions and 1 deletions
|
@ -34,6 +34,7 @@ signals:
|
|||
|
||||
private:
|
||||
void HandleCursorTimer();
|
||||
void OnHandleChanged(void* handle);
|
||||
void OnHideCursorChanged();
|
||||
void OnNeverHideCursorChanged();
|
||||
void OnLockCursorChanged();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue