Commit Graph

906 Commits (19c1e8b8385778cb96936d6a7aea7c3518ee6997)
 

Author SHA1 Message Date
Connor McLaughlin 0a5f7fcd75 System: Update running game when media changes from save state 5 years ago
Connor McLaughlin f2d5ce74df Qt: Fix bug where render window is not focused leaving fullscreen 5 years ago
Connor McLaughlin 20b60e0f01 Qt: Update window title/save states from running title 5 years ago
Connor McLaughlin 82b4229f1b GameList: Move entry to global scope so it can be forward declared 5 years ago
Connor McLaughlin 183928b0f6 Qt: Skeleton of load/save state menus 5 years ago
Connor McLaughlin 1998aa96a4 Qt: Simplify Change Disc menu logic 5 years ago
Connor McLaughlin 69841d0a09 Qt: Move quick CPU/GPU switch to Debug menu 5 years ago
Connor McLaughlin 6737b3ec44 Qt: Drop Settings accessor from HostInterface
This should only be accessed on the emulation thread.
5 years ago
Connor McLaughlin d343743768 Qt: Safer GPU renderer switching 5 years ago
Connor McLaughlin c5282b99e1 Qt: Thread-safe QSettings access and updating 5 years ago
Connor McLaughlin 9562cbea56 Frontends: Add frame time performance counters 5 years ago
Connor McLaughlin 67710ca184 Qt: Add a signal when the game list selection is changed 5 years ago
Connor McLaughlin 99af858562 Qt/GameList: Fix incorrect game booting when sorted 5 years ago
Connor McLaughlin 9326cecd65 clang-format: Enable brace wrapping after case label 5 years ago
Connor McLaughlin bfef42f4cb GPU: Fix possible driver crash on oversized update/fill 5 years ago
Connor McLaughlin d2db6bf9c3 Common/Rectangle: Add clamp methods 5 years ago
Connor McLaughlin a5135ceeb0 GameList: Fix incorrect loading of cache 5 years ago
Connor McLaughlin a832138191 Settings: Add missing Cubeb entry to audio backend names 5 years ago
Connor McLaughlin 8096dc510d Settings: Add missing load/store of GPU/ForceProgressiveScan 5 years ago
Connor McLaughlin ed1ac6df4a Frontend: Fix error in swap chain ResizeBuffers() 5 years ago
Connor McLaughlin b9538a55f5 Settings: Add option for creating a debug GPU device 5 years ago
Connor McLaughlin 8378e5ed0d Frontend: Don't use debug D3D11 device 5 years ago
Connor McLaughlin 46033898ba Frontends: Use DXGI_PRESENT_FLAG_ALLOW_TEARING for presentatation 5 years ago
Connor McLaughlin 159786c3f1 Common/Assert: Fix incorrect windows platform detection 5 years ago
Connor McLaughlin 25004f882e SDL: Fix multiple entries for settings being created in ini 5 years ago
Connor McLaughlin 504510c242 GPU: Fix reading of write-combined GPU buffers
+100fps in recompiler modes
5 years ago
Connor McLaughlin 0861a1e579 Common: Remove unused type declarations 5 years ago
Connor McLaughlin 4de82bda6d Linux build for cubeb 5 years ago
Connor McLaughlin 7bdcd00852
Update README.md 5 years ago
Connor McLaughlin b255dfb439 CI: Remove pdbs/libs/etc from directory before uploading Windows builds 5 years ago
Connor McLaughlin 585c90df64 Build Qt frontend by default on Windows 5 years ago
Connor McLaughlin 93948adca3 dep: Use external Qt for compiling on Windows 5 years ago
Connor McLaughlin 415e4531eb dep: Add minimal Qt for Windows submodule 5 years ago
Connor McLaughlin 28efc50a04 Qt: Fix worker thread lockup on shutdown 5 years ago
Connor McLaughlin 1911ab2e1c CubebAudioStream: Initialize COM on Windows if it isn't already initialized 5 years ago
Connor McLaughlin d52d6252a9 Qt: Remove QAudioOutput-based audio stream 5 years ago
Connor McLaughlin 835bbfaea5 Merge branch 'cubeb' 5 years ago
Connor McLaughlin 8f6ac437ab Frontends: Add cubeb as audio backend option 5 years ago
Connor McLaughlin 9586970a9f AudioStream: Add cubeb implementation 5 years ago
Connor McLaughlin 3ba98e6ef8 dep: Add cubeb 5 years ago
Connor McLaughlin c6119c210a Revert "DMA: Delay GPU transfers by block count"
This reverts commit 0639f4264f.

Breaks FF7's FMVs in the top row. Needs GPU timings.
5 years ago
Connor McLaughlin 3e90d79df7 Pad: Fix log spam 5 years ago
Connor McLaughlin e68e67f161 SDL: Fix log spam in Release builds 5 years ago
Connor McLaughlin a9e12883bf CI: Don't do recursive clone for Linux 5 years ago
Connor McLaughlin 71c1e243fe Remove YBaseLib dependency 5 years ago
Connor McLaughlin 1c2c4c8489 Qt: Fix emulation thread using 100% CPU when idle 5 years ago
Connor McLaughlin c52040434a Core: Linux warning fixes 5 years ago
Connor McLaughlin 06d26084fb Frontend: Linux compile fix 5 years ago
Connor McLaughlin 2611e64459 Qt: Implement game list sorting 5 years ago
Connor McLaughlin 64426a0be2 Qt: Fix shutdown-and-restart failing in D3D11 renderer 5 years ago