Commit Graph

  • 2bed670144 Qt: Compile fix for Linux/mac Connor McLaughlin 2020-09-13 12:51:43 +1000
  • c9372a674a More build fixes... Connor McLaughlin 2020-09-13 12:40:32 +1000
  • a1f527eddf VulkanHostDisplay: Build fix for libretro Connor McLaughlin 2020-09-13 12:27:34 +1000
  • 7d7367b9f1
    Merge pull request #846 from stenzek/libretro-macos Connor McLaughlin 2020-09-13 12:22:34 +1000
  • 3bbffe14e0 Update README.md Connor McLaughlin 2020-09-13 12:15:37 +1000
  • 68d08ddbcb Merge branch 'postprocessing' Connor McLaughlin 2020-09-13 12:14:21 +1000
  • 35b35f2782 Add libretro builds to macOS CI Connor McLaughlin 2020-09-13 11:43:17 +1000
  • 70a63ce3ec libretro: Build fix Connor McLaughlin 2020-09-13 12:11:52 +1000
  • a0f6b4ce81 Build: Don't include AGL context wrapper for libretro Connor McLaughlin 2020-09-13 11:56:56 +1000
  • 3847be86b0 Fix a bunch of random warnings Connor McLaughlin 2020-09-13 11:54:51 +1000
  • 2d90cfc07e
    Tidy up SystemBootParameters constructors Silent 2020-09-12 22:14:50 +0200
  • c47dceffb5
    Pass a SystemBootParameters pointer to QtHostInterface::bootSystem Silent 2020-09-12 22:01:08 +0200
  • 95d5417017
    Fix -resume causing a quiet exit if there is no resume savestate Silent 2020-09-12 19:58:37 +0200
  • 021f333ec2 Qt: Post processing UI Connor McLaughlin 2020-09-13 01:20:02 +1000
  • 2819715260 FrontendCommon: Add a post processing implementation Connor McLaughlin 2020-09-13 01:19:57 +1000
  • 5804778339 D3D11/Texture: Fix dimensions not getting reset on destroy Connor McLaughlin 2020-09-13 01:19:05 +1000
  • d09a802a17 Vulkan/Context: Use VK_LAYER_KHRONOS_validation Connor McLaughlin 2020-09-13 00:30:54 +1000
  • 666d7fbb99 Vulkan/Context: Add pipeline destruction deferring Connor McLaughlin 2020-09-13 00:06:01 +1000
  • f63192c6b2 Vulkan/SwapChain: Fix incorrect return from GetTextureFormat() Connor McLaughlin 2020-09-13 00:05:38 +1000
  • aa383d0bda Common/String: Support constructing from string_view Connor McLaughlin 2020-09-13 00:05:17 +1000
  • 84b0522abc Common/Rectangle: Make it work with float types Connor McLaughlin 2020-09-13 00:04:57 +1000
  • 2b4568df6a ShaderGen: Split HW shadergen from base Connor McLaughlin 2020-09-12 14:52:18 +1000
  • ccaff2e7cd Settings: Fix incorrect UI for xBR texture filter Connor McLaughlin 2020-09-13 00:52:06 +1000
  • 455ce05bd8
    Merge pull request #844 from CookiePLMonster/fix-initial-savestate-hotkey Connor McLaughlin 2020-09-13 00:53:37 +1000
  • cf513c1c24
    Simplify quicksave/quickload logic Silent 2020-09-12 16:07:22 +0200
  • 605992f294 Fix Android build Connor McLaughlin 2020-09-12 00:35:38 +1000
  • 3625834ea7 GPU/HW: Add loading bar to shader compilation Connor McLaughlin 2020-09-12 00:23:13 +1000
  • 6f250a4ff7 GPU/HW: Add JINC2 and xBRZ texture filtering options Connor McLaughlin 2020-09-11 22:20:19 +1000
  • 83f64dbc87
    Merge pull request #838 from andercard0/patch-7 Connor McLaughlin 2020-09-12 00:25:42 +1000
  • fa4c80cd49
    Merge pull request #840 from phoe-nix/patch-2 Connor McLaughlin 2020-09-12 00:25:01 +1000
  • 9d5027be57
    Update zh-cn phoe-nix 2020-09-11 22:18:02 +0800
  • 72b81c1af2
    Oh Update, here we go again! ;) Anderson_Cardoso 2020-09-10 20:14:34 -0300
  • 330722eb5f Qt: Split GPU options into display and enhancements Connor McLaughlin 2020-09-11 00:18:12 +1000
  • 14778b5d24 Qt: Add hidpi icons Connor McLaughlin 2020-09-10 20:47:59 +1000
  • 9b942de47e Android: Improve handling of portrait mode Connor McLaughlin 2020-09-10 19:20:49 +1000
  • 5cc91dc78b HostDisplay: Add alignment setting Connor McLaughlin 2020-09-10 12:07:30 +1000
  • 3b4ba17356
    Merge pull request #836 from andercard0/patch-6 Connor McLaughlin 2020-09-11 00:18:29 +1000
  • 032fc80327
    Update - Pt-Br Anderson_Cardoso 2020-09-09 20:54:21 -0300
  • 16f39917e5
    Linux build fix Connor McLaughlin 2020-09-10 01:29:22 +1000
  • 5b17ad11a7 GameList: Fix cache corruption after scanning for new games Connor McLaughlin 2020-09-10 00:23:24 +1000
  • 24716591a9 Update compatibility list Connor McLaughlin 2020-09-10 00:07:59 +1000
  • ad3e93dba4 Qt: Enable hi-dpi pixmaps Connor McLaughlin 2020-09-10 00:07:52 +1000
  • 42107de50e Qt: Switch flags back to pngs Connor McLaughlin 2020-09-09 23:58:49 +1000
  • b247af535d Qt: Hook up cheat list menus Connor McLaughlin 2020-09-09 23:44:21 +1000
  • 03f052e12e FrontendCommon: Add auto cheat loading option Connor McLaughlin 2020-09-09 23:44:02 +1000
  • bf6b4514a0 SDL: Add cheat menu Connor McLaughlin 2020-09-09 22:11:32 +1000
  • ddb38ac31d Add pcsxr and libretro cheat list parsing Connor McLaughlin 2020-09-09 22:11:28 +1000
  • c2e7e8254f Qt: Use svgs for region icons Connor McLaughlin 2020-09-09 19:03:49 +1000
  • 9c4e935de9 Update Windows Qt submodule Connor McLaughlin 2020-09-09 19:03:35 +1000
  • 45eb30b6cc
    Merge pull request #835 from TzakShrike/master Connor McLaughlin 2020-09-09 18:28:50 +1000
  • 2ef6b6aa40 Region flag upgrade & correct NTSC-U to NTSC-U/C Sam Pearman 2020-09-09 15:54:07 +0900
  • 9a52c54c2f Vulkan: Don't force debug device/validation layers Connor McLaughlin 2020-09-08 17:22:34 +1000
  • 455f359125 FrontendCommon: Fix descriptor/image validation errors in imgui render Connor McLaughlin 2020-09-08 11:41:19 +1000
  • 2cecb8bbdb GPU/Vulkan: End render pass in ClearDisplay() Connor McLaughlin 2020-09-08 11:40:54 +1000
  • 1e6d50e4dc Qt: Fix advanced setting text being editable Connor McLaughlin 2020-09-07 21:13:32 +1000
  • 9bb278b166 CommonHostInterface: Fix crash on shutdown when using save state selector Connor McLaughlin 2020-09-06 21:03:27 +1000
  • e731c87757 Qt: Turn tweaks/hacks into a table Connor McLaughlin 2020-09-06 20:49:13 +1000
  • b61b173ed4
    Merge pull request #828 from RaydenX93/master Connor McLaughlin 2020-09-06 20:53:42 +1000
  • 3507877cab Update duckstation-qt_it.ts RaydenX93 2020-09-06 12:00:22 +0200
  • 529927e043
    Merge pull request #1 from stenzek/master RaydenX93 2020-09-06 11:16:02 +0200
  • d5d79e952c Fix CMake build Connor McLaughlin 2020-09-06 18:27:50 +1000
  • c8ecd031ff
    Merge pull request #822 from andercard0/patch-5 Connor McLaughlin 2020-09-06 17:59:41 +1000
  • 726e5d46b1
    Merge pull request #821 from CookiePLMonster/d3d11-memleaks Connor McLaughlin 2020-09-06 17:59:20 +1000
  • 7286dbab51 Qt: Fix sorting game list by title being case sensitive Connor McLaughlin 2020-09-06 17:55:08 +1000
  • 75ad685ae8 CommonHostInterface: Fix incorrect version error string in save state selector Connor McLaughlin 2020-09-06 17:48:58 +1000
  • 4f8fd049d0 SDL: Fix crash on shutdown when save state selector used Connor McLaughlin 2020-09-06 17:48:01 +1000
  • 976d4bae79 TimingEvent: Fix crash when invalid save state loaded Connor McLaughlin 2020-09-06 17:47:49 +1000
  • 2c36750a0e VulkanHostDisplay: Fix imgui image textures not rendering Connor McLaughlin 2020-09-05 17:27:38 +1000
  • ac6b9dc87f dep/imgui: Move implementations to frontend-common Connor McLaughlin 2020-09-04 17:03:33 +1000
  • 6c8ea294a1
    Merge pull request #825 from CookiePLMonster/savestate-ui-fixes Connor McLaughlin 2020-09-06 17:26:16 +1000
  • eac00a152f
    Merge pull request #826 from CookiePLMonster/256-icon Connor McLaughlin 2020-09-06 17:25:28 +1000
  • 2565d2cae1
    Ass a 256x256 app icon Silent 2020-09-05 23:01:07 +0200
  • 33df4ab1bd
    Seek before reading save state screenshot Silent 2020-09-05 21:46:46 +0200
  • b117326d59
    Quick update - Pt-Br - Again Anderson_Cardoso 2020-09-04 19:57:54 -0300
  • 89e0290d06
    Fix resource leaks in AutoStagingTexture::EnsureSize and D3D11HostDisplay::DownloadTexture Silent 2020-09-04 23:44:19 +0200
  • fd0a009a7f System: Add missing <cctype> include Connor McLaughlin 2020-09-03 12:25:59 +1000
  • 42d49426e8 CPU/Recompiler/AArch64: Fix crash when calling >26-bit away functions Connor McLaughlin 2020-09-03 00:10:27 +1000
  • a2eaaf0e89 PGXP: Allocate large storage dynamically Connor McLaughlin 2020-09-02 22:44:52 +1000
  • 1b47e6e8cd
    Merge pull request #818 from andercard0/patch-4 Connor McLaughlin 2020-09-03 00:11:08 +1000
  • 355b162758
    Quick update - Pt-Br and Workaround Anderson_Cardoso 2020-09-01 21:28:05 -0300
  • b2057ac6cc GameSettings: Add disallow force NTSC timings trait Connor McLaughlin 2020-09-02 00:03:53 +1000
  • c9cefe4020 GameSettings: Add a bunch more user settings Connor McLaughlin 2020-09-02 00:00:48 +1000
  • bf85fbe331 GameSettings: Fix widescreen hack not saving to cache Connor McLaughlin 2020-09-01 20:29:15 +1000
  • 0af22825ad FrontendCommon: Drop imgui deps for libretro build Connor McLaughlin 2020-09-01 12:46:58 +1000
  • 6bbbb96d4b Move GameList to FrontendCommon Connor McLaughlin 2020-09-01 12:29:22 +1000
  • 13e3095801 Core: Don't link to imgui for libretro core Connor McLaughlin 2020-09-01 12:13:56 +1000
  • 41558f4df3 Android: Sort game list by title Connor McLaughlin 2020-09-01 12:03:59 +1000
  • c5044768a8 Android: Hook up game list long press menu Connor McLaughlin 2020-09-01 12:03:51 +1000
  • dd0ae0fc9d Vulkan/StagingTexture: Keep mapped throughout transfers Connor McLaughlin 2020-09-01 12:02:29 +1000
  • e21fc9e253 GPU/Vulkan: Use half width framebuffer for VRAM readbacks Connor McLaughlin 2020-09-01 12:02:04 +1000
  • d59eb05d94 Timers: Fix update interval for timer2 IRQs being too low Connor McLaughlin 2020-08-31 22:01:05 +1000
  • f187ee4971 TimingEvents: Switch from heap to sorted linked list Connor McLaughlin 2020-08-31 20:54:59 +1000
  • 0efd0953b1 Remove mistakenly leftover icons.qrc file Sam Pearman 2020-08-31 14:06:22 +0900
  • 101907a731
    Merge pull request #811 from andercard0/patch-3 Connor McLaughlin 2020-08-31 00:25:45 +1000
  • e5cec2f5e1
    Merge pull request #813 from TzakShrike/master Connor McLaughlin 2020-08-31 00:24:47 +1000
  • 32410b4254 Translation assistance scripts Sam Pearman 2020-08-30 22:47:59 +0900
  • cbbf599e4e Android: Multiple improvements Connor McLaughlin 2020-08-30 15:34:08 +1000
  • 1eac603c79 CPU/Recompiler: AArch64 compile fix Connor McLaughlin 2020-08-30 11:15:02 +1000
  • 8d49c71ec1 PGXP: Fix out-of-bounds write in hi/lo Connor McLaughlin 2020-08-30 11:13:27 +1000
  • e35c2182e5
    Update of Translation Anderson_Cardoso 2020-08-29 18:58:31 -0300