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:
Filoppi
2024-04-28 04:28:58 +03:00
parent e69486d2cb
commit 91067044f1
3 changed files with 30 additions and 1 deletions

View File

@ -34,6 +34,7 @@ signals:
private:
void HandleCursorTimer();
void OnHandleChanged(void* handle);
void OnHideCursorChanged();
void OnNeverHideCursorChanged();
void OnLockCursorChanged();