1. 17 Feb, 2023 2 commits
  2. 15 Feb, 2023 5 commits
  3. 14 Feb, 2023 10 commits
  4. 13 Feb, 2023 4 commits
    • Kelebek1's avatar
      Fix biquad filter command's state buffer offset · 3a90ed99
      Kelebek1 authored
      3a90ed99
    • Liam's avatar
      kernel: use GetCurrentProcess · 4363ca30
      Liam authored
      4363ca30
    • bunnei's avatar
      Merge pull request #9784 from m-HD/master · 770a4961
      bunnei authored
      settings: added missing graphical settings to RestoreGlobalState()
      770a4961
    • Morph's avatar
      main: Fix borderless fullscreen for high dpi scaled displays · d6677b50
      Morph authored
      On Windows, a borderless window will be treated the same as exclusive fullscreen
      when the window geometry matches the physical dimensions of the screen.
      However, with High DPI scaling, when the devicePixelRatioF() is > 1, the borderless
      window apparently is not treated as exclusive fullscreen and functions correctly.
      One can verify and replicate this behavior by using a high resolution (4K) display,
      and switching between 100% and 200% scaling in Windows' display settings.
      At 100%, without the addition of 1, it is treated as exclusive fullscreen.
      At 200%, with or without the addition of 1, it is treated as borderless windowed.
      Therefore, we can use (read: abuse) this difference in behavior to fix this issue for
      those with higher resolution displays when the Qt scaling ratio is > 1.
      Should this behavior be changed in the future, please revisit this workaround.
      d6677b50
  5. 12 Feb, 2023 4 commits
  6. 11 Feb, 2023 10 commits
  7. 10 Feb, 2023 5 commits