Commit Graph

  • feb48899c3 Qt: Don't double-create game list Connor McLaughlin 2020-01-24 14:51:07 +1000
  • 77b282862f HostInterface: Move running title info to System Connor McLaughlin 2020-01-24 14:51:05 +1000
  • b3db3a1cc0 HostInterface: Share settings between SDL and Qt frontends Connor McLaughlin 2020-01-24 14:51:03 +1000
  • 2c3a0a6af9 HostInterface: Change working directory to user directory at startup Connor McLaughlin 2020-01-24 14:51:02 +1000
  • 53428cb55b HostInterface: Add user directory helpers Connor McLaughlin 2020-01-24 14:51:00 +1000
  • 7afb79aee6 Common: Add FileSystem::{Get,Set}WorkingDirectory functions Connor McLaughlin 2020-01-24 14:50:58 +1000
  • de4e45a433 Common: Add a function to get the path to the running program Connor McLaughlin 2020-01-24 14:50:57 +1000
  • 9456dc5d9b Qt: Power off system correctly when exiting Connor McLaughlin 2020-01-24 14:50:56 +1000
  • 069bdd471c Qt: Stub saving resume state when powering off Connor McLaughlin 2020-01-24 14:50:54 +1000
  • 0200b9ffc1 Qt: Hook up 'Add Game List Directory' function Connor McLaughlin 2020-01-24 14:50:53 +1000
  • 98eb71aa3f Qt: Fix extra margins in pad settings panel Connor McLaughlin 2020-01-24 14:50:52 +1000
  • 1cdd4e01fb Qt: Reorder settings categories Connor McLaughlin 2020-01-24 14:50:51 +1000
  • 8d4d8e44e4 HostInterface: Saving state message should be OSD not error Connor McLaughlin 2020-01-24 14:50:50 +1000
  • 0a5f7fcd75 System: Update running game when media changes from save state Connor McLaughlin 2020-01-24 14:50:48 +1000
  • f2d5ce74df Qt: Fix bug where render window is not focused leaving fullscreen Connor McLaughlin 2020-01-24 14:50:47 +1000
  • 20b60e0f01 Qt: Update window title/save states from running title Connor McLaughlin 2020-01-24 14:50:46 +1000
  • 82b4229f1b GameList: Move entry to global scope so it can be forward declared Connor McLaughlin 2020-01-24 14:50:44 +1000
  • 183928b0f6 Qt: Skeleton of load/save state menus Connor McLaughlin 2020-01-24 14:50:42 +1000
  • 1998aa96a4 Qt: Simplify Change Disc menu logic Connor McLaughlin 2020-01-24 14:50:40 +1000
  • 69841d0a09 Qt: Move quick CPU/GPU switch to Debug menu Connor McLaughlin 2020-01-24 14:49:54 +1000
  • 6737b3ec44 Qt: Drop Settings accessor from HostInterface Connor McLaughlin 2020-01-24 14:49:53 +1000
  • d343743768 Qt: Safer GPU renderer switching Connor McLaughlin 2020-01-24 14:49:51 +1000
  • c5282b99e1 Qt: Thread-safe QSettings access and updating Connor McLaughlin 2020-01-24 14:49:49 +1000
  • 9562cbea56 Frontends: Add frame time performance counters Connor McLaughlin 2020-01-24 14:49:47 +1000
  • 67710ca184 Qt: Add a signal when the game list selection is changed Connor McLaughlin 2020-01-24 14:49:46 +1000
  • 99af858562 Qt/GameList: Fix incorrect game booting when sorted Connor McLaughlin 2020-01-24 14:49:44 +1000
  • 9326cecd65 clang-format: Enable brace wrapping after case label Connor McLaughlin 2020-01-24 14:49:43 +1000
  • bfef42f4cb GPU: Fix possible driver crash on oversized update/fill Connor McLaughlin 2020-01-23 00:01:05 +1000
  • d2db6bf9c3 Common/Rectangle: Add clamp methods Connor McLaughlin 2020-01-22 23:57:12 +1000
  • a5135ceeb0 GameList: Fix incorrect loading of cache Connor McLaughlin 2020-01-22 17:56:58 +1000
  • a832138191 Settings: Add missing Cubeb entry to audio backend names Connor McLaughlin 2020-01-21 21:27:29 +1000
  • 8096dc510d Settings: Add missing load/store of GPU/ForceProgressiveScan Connor McLaughlin 2020-01-21 21:27:21 +1000
  • ed1ac6df4a Frontend: Fix error in swap chain ResizeBuffers() Connor McLaughlin 2020-01-20 17:26:57 +1000
  • b9538a55f5 Settings: Add option for creating a debug GPU device Connor McLaughlin 2020-01-19 14:53:49 +1000
  • 8378e5ed0d Frontend: Don't use debug D3D11 device Connor McLaughlin 2020-01-19 12:24:26 +1000
  • 46033898ba Frontends: Use DXGI_PRESENT_FLAG_ALLOW_TEARING for presentatation Connor McLaughlin 2020-01-18 18:12:09 +1000
  • 159786c3f1 Common/Assert: Fix incorrect windows platform detection Connor McLaughlin 2020-01-17 21:36:31 +1000
  • 25004f882e SDL: Fix multiple entries for settings being created in ini Connor McLaughlin 2020-01-16 14:36:31 +1000
  • 504510c242 GPU: Fix reading of write-combined GPU buffers Connor McLaughlin 2020-01-15 17:35:36 +1000
  • 0861a1e579 Common: Remove unused type declarations Connor McLaughlin 2020-01-13 12:01:39 +1000
  • 4de82bda6d Linux build for cubeb Connor McLaughlin 2020-01-12 15:16:41 +1000
  • 7bdcd00852
    Update README.md Connor McLaughlin 2020-01-11 16:59:18 +1000
  • b255dfb439 CI: Remove pdbs/libs/etc from directory before uploading Windows builds Connor McLaughlin 2020-01-11 16:39:01 +1000
  • 585c90df64 Build Qt frontend by default on Windows Connor McLaughlin 2020-01-11 15:35:31 +1000
  • 93948adca3 dep: Use external Qt for compiling on Windows Connor McLaughlin 2020-01-11 15:31:16 +1000
  • 415e4531eb dep: Add minimal Qt for Windows submodule Connor McLaughlin 2020-01-11 15:29:11 +1000
  • 28efc50a04 Qt: Fix worker thread lockup on shutdown Connor McLaughlin 2020-01-11 14:21:08 +1000
  • 1911ab2e1c CubebAudioStream: Initialize COM on Windows if it isn't already initialized Connor McLaughlin 2020-01-11 14:20:51 +1000
  • d52d6252a9 Qt: Remove QAudioOutput-based audio stream Connor McLaughlin 2020-01-11 13:53:15 +1000
  • 835bbfaea5 Merge branch 'cubeb' Connor McLaughlin 2020-01-11 13:52:02 +1000
  • 8f6ac437ab Frontends: Add cubeb as audio backend option Connor McLaughlin 2020-01-11 13:49:52 +1000
  • 9586970a9f AudioStream: Add cubeb implementation Connor McLaughlin 2020-01-11 13:28:40 +1000
  • 3ba98e6ef8 dep: Add cubeb Connor McLaughlin 2020-01-10 14:59:53 +1000
  • c6119c210a Revert "DMA: Delay GPU transfers by block count" Connor McLaughlin 2020-01-11 13:40:01 +1000
  • 3e90d79df7 Pad: Fix log spam Connor McLaughlin 2020-01-11 13:29:30 +1000
  • e68e67f161 SDL: Fix log spam in Release builds Connor McLaughlin 2020-01-11 13:29:22 +1000
  • a9e12883bf CI: Don't do recursive clone for Linux Connor McLaughlin 2020-01-10 13:32:11 +1000
  • 71c1e243fe Remove YBaseLib dependency Connor McLaughlin 2020-01-10 13:31:12 +1000
  • 1c2c4c8489 Qt: Fix emulation thread using 100% CPU when idle Connor McLaughlin 2020-01-10 13:28:13 +1000
  • c52040434a Core: Linux warning fixes Connor McLaughlin 2020-01-09 08:46:52 +1000
  • 06d26084fb Frontend: Linux compile fix Connor McLaughlin 2020-01-08 15:06:31 +1000
  • 2611e64459 Qt: Implement game list sorting Connor McLaughlin 2020-01-08 15:01:04 +1000
  • 64426a0be2 Qt: Fix shutdown-and-restart failing in D3D11 renderer Connor McLaughlin 2020-01-08 14:00:28 +1000
  • 25f55690f2 Qt: Add icons for game list entry type (disc/exe) Connor McLaughlin 2020-01-08 13:50:44 +1000
  • ecc8109d43 Qt: Show flags for region instead of text Connor McLaughlin 2020-01-08 13:39:19 +1000
  • 9402c7c145 Qt: Fix double-free/crash on shutdown Connor McLaughlin 2020-01-08 13:39:04 +1000
  • 048c6835e5 Qt: Don't highlight headings in game list Connor McLaughlin 2020-01-08 13:38:31 +1000
  • c03c1451fe GameList: Support caching entries Connor McLaughlin 2020-01-08 13:37:43 +1000
  • e0086156ca System: Compile fix for Linux Connor McLaughlin 2020-01-08 13:34:21 +1000
  • e7bebb0105 Qt: Support runtime renderer switching Connor McLaughlin 2020-01-07 18:55:36 +1000
  • c6d6b0405f Qt: Don't create imgui.ini Connor McLaughlin 2020-01-07 18:55:26 +1000
  • d32383bd95 Settings: Don't include D3D11 renderer on non-WIN32 platforms Connor McLaughlin 2020-01-07 18:54:39 +1000
  • 686df4a203 Qt: Improve imgui hidpi scaling Connor McLaughlin 2020-01-07 18:52:33 +1000
  • 168eb5fe2d Qt: Add D3D11 display window implementation Connor McLaughlin 2020-01-07 15:54:37 +1000
  • 5076d7dfe8 Qt: Fix handling of display window size in hidpi Connor McLaughlin 2020-01-07 14:27:48 +1000
  • 1b7be01507 Qt: Implement audio output Connor McLaughlin 2020-01-07 14:17:41 +1000
  • 207c75e6eb Qt: Implement fullscreen Connor McLaughlin 2020-01-06 16:27:39 +1000
  • 87889a13e0 Qt: Properly handle modifier keys for input Connor McLaughlin 2020-01-06 15:14:47 +1000
  • 6d5eca13a6 Qt: Ignore key repeat events for input Connor McLaughlin 2020-01-06 14:08:15 +1000
  • d61f12cb4e Qt: Set focus to display window when starting Connor McLaughlin 2020-01-06 14:08:00 +1000
  • 40e1b7af23 Qt: Initial hotkey implementation Connor McLaughlin 2020-01-05 12:46:03 +1000
  • 0590f0935c HostInterface: Fix compile error on Linux Connor McLaughlin 2020-01-04 15:25:15 +1000
  • d88fc20434 Qt: GPU settings tab Connor McLaughlin 2020-01-03 17:51:58 +1000
  • fbf5e7f0e3 Qt: Enable DPI scaling Connor McLaughlin 2020-01-03 17:51:42 +1000
  • bea15c97cd Qt: ImGui support Connor McLaughlin 2020-01-02 19:14:16 +1000
  • 9de0bf0aaf HostInterface: Most some imgui logic from SDL to core Connor McLaughlin 2020-01-02 19:14:06 +1000
  • 9436ffc806 Qt: Move some functionalty from OpenGLDisplayWindow into QtDisplayWindow Connor McLaughlin 2020-01-02 17:45:25 +1000
  • ac6a7bad3f Qt: Hack for setting swap interval at runtime (currently Windows only) Connor McLaughlin 2020-01-02 16:26:12 +1000
  • b135b32159 Qt: Add config and implementation for basic controller input Connor McLaughlin 2020-01-02 16:13:03 +1000
  • eb7659368e Qt: Add natvis file for Qt data structures Connor McLaughlin 2020-01-02 16:11:22 +1000
  • 4b1541087a Controller: Add methods to query buttons/axises for a controller type Connor McLaughlin 2020-01-02 16:10:42 +1000
  • 0528a2a1f9 Settings: Put each controller in its own config section Connor McLaughlin 2020-01-02 16:10:30 +1000
  • 3bdafa1932 Qt: Fix double-scanning of game list at start Connor McLaughlin 2020-01-01 14:02:45 +1000
  • 77a47c87d2 Qt: Hook up console settings Connor McLaughlin 2020-01-01 14:01:58 +1000
  • 62e1829ec9 Qt: Fix recursive setting toggle in game list settings Connor McLaughlin 2019-12-31 16:40:20 +1000
  • f3e9c3ec8c Add initial work on Qt frontend Connor McLaughlin 2019-12-31 16:17:17 +1000
  • 98214a9327 SettingsInterface: Add support for string list settings Connor McLaughlin 2019-12-31 12:41:21 +1000
  • dbf651e493 CPU/Interpreter: Remove redundant comparison in divu instruction Connor McLaughlin 2019-12-31 11:41:52 +1000
  • 0f1f5a4f49 Settings: Define an abstract settings retrieval interface Connor McLaughlin 2019-12-30 21:22:22 +1000
  • 6176fc4486 NullAudioStream: Provide factory function Connor McLaughlin 2019-12-30 00:45:50 +1000