1. 05 Oct, 2022 4 commits
  2. 04 Oct, 2022 1 commit
  3. 02 Oct, 2022 15 commits
  4. 01 Oct, 2022 9 commits
  5. 30 Sep, 2022 1 commit
  6. 29 Sep, 2022 2 commits
  7. 28 Sep, 2022 1 commit
  8. 27 Sep, 2022 1 commit
  9. 26 Sep, 2022 3 commits
    • lat9nq's avatar
      ci/linux: Drop linuxdeploy usage · ad9f97cd
      lat9nq authored
      Recent versions of Docker appear to cause the Qt linuxdeploy plugin to
      throw a boost file copy error.
      
      This switches from linuxdeploy to a script of mine I've been working on
      for a while.
      ad9f97cd
    • Morph's avatar
      service: vi: Retrieve vsync event once per display · 41e855bd
      Morph authored
      The display vsync event can only be retrieved once per display. Returns VI::ResultPermissionDenied if we attempt to retrieve the vsync event for the same display.
      
      Prevents games such as .hack//G.U. Last Recode from consuming all the handles in the handle table by spamming vsync event retrievals and allows it to go in game.
      41e855bd
    • Morph's avatar
      service: vi: Move VI results into its own file · acc887cc
      Morph authored
      acc887cc
  10. 25 Sep, 2022 3 commits