Commit Graph

  • 432aef7d85 Merge pull request #849 from hunterk/master Connor McLaughlin 2020-09-15 00:31:11 +10:00
  • 71636d22f6 add input descriptors for remaps hunterk 2020-09-13 16:10:24 -05:00
  • bb6af3c8fc Merge pull request #845 from CookiePLMonster/fix-resume Connor McLaughlin 2020-09-14 00:11:42 +10:00
  • 9c28b3e167 CommonHostInterface: Add post processing toggle hotkeys Connor McLaughlin 2020-09-13 22:31:31 +10:00
  • 441f26706e Qt: Move post processing to its own setting category Connor McLaughlin 2020-09-13 22:24:20 +10:00
  • 6ababf7e53 Add simple shaders and some ported from DolphinFX Connor McLaughlin 2020-09-13 20:32:34 +10:00
  • ed5c03e0d5 Qt: Fix texture filtering drop-down in game properties Connor McLaughlin 2020-09-13 20:25:39 +10:00
  • 3232e3b164 Qt: Add reload button to postprocessing UI Connor McLaughlin 2020-09-13 20:21:33 +10:00
  • 7a5f167c1c VulkanHostDisplay: Fix a possible crash at shutdown with large post shaders Connor McLaughlin 2020-09-13 20:21:23 +10:00
  • 2492eb8678 FrontendCommon: Add a hotkey to reload post processing Connor McLaughlin 2020-09-13 20:21:05 +10:00
  • a409a5d45d ShaderGen: More GLSL/HLSL aliases Connor McLaughlin 2020-09-13 20:20:47 +10:00
  • c1006bd0ff PostProcessing: Allow fragment coordinate access from shader Connor McLaughlin 2020-09-13 18:50:40 +10:00
  • c4f18c12d5 Qt: Add per-shader postprocessing options Connor McLaughlin 2020-09-13 18:39:58 +10:00
  • 60ed9e7191 PostProcessingShader: Fix errors in shader parsing Connor McLaughlin 2020-09-13 18:39:40 +10:00
  • a7e27d778b Qt: Make audio buffer size max out at 8192 frames Connor McLaughlin 2020-09-13 14:56:16 +10:00
  • 5aa1b9553f Android: Fix emulation stopping on app switch and UI covering display Connor McLaughlin 2020-09-13 14:37:39 +10:00
  • c360b41a79 Android: Fix settings activity back button stopping emulation Connor McLaughlin 2020-09-13 14:37:28 +10:00
  • a053f389bd VulkanHostDisplay: Don't choke when we lose the surface Connor McLaughlin 2020-09-13 14:37:00 +10:00
  • 26dff586f3 OpenGLHostDisplay: Fix vertical alignment Connor McLaughlin 2020-09-13 14:36:31 +10:00
  • 4a263e4ec1 Android: Add texture filter options Connor McLaughlin 2020-09-13 14:35:58 +10:00
  • 2bed670144 Qt: Compile fix for Linux/mac Connor McLaughlin 2020-09-13 12:51:43 +10:00
  • c9372a674a More build fixes... Connor McLaughlin 2020-09-13 12:40:32 +10:00
  • a1f527eddf VulkanHostDisplay: Build fix for libretro Connor McLaughlin 2020-09-13 12:27:34 +10:00
  • 7d7367b9f1 Merge pull request #846 from stenzek/libretro-macos Connor McLaughlin 2020-09-13 12:22:34 +10:00
  • 3bbffe14e0 Update README.md Connor McLaughlin 2020-09-13 12:15:37 +10:00
  • 68d08ddbcb Merge branch 'postprocessing' Connor McLaughlin 2020-09-13 12:14:21 +10:00
  • 35b35f2782 Add libretro builds to macOS CI Connor McLaughlin 2020-09-13 11:43:17 +10:00
  • 70a63ce3ec libretro: Build fix Connor McLaughlin 2020-09-13 12:11:52 +10:00
  • a0f6b4ce81 Build: Don't include AGL context wrapper for libretro Connor McLaughlin 2020-09-13 11:56:56 +10:00
  • 3847be86b0 Fix a bunch of random warnings Connor McLaughlin 2020-09-13 11:54:51 +10:00
  • 2d90cfc07e Tidy up SystemBootParameters constructors Silent 2020-09-12 22:14:50 +02:00
  • c47dceffb5 Pass a SystemBootParameters pointer to QtHostInterface::bootSystem Silent 2020-09-12 22:01:08 +02:00
  • 95d5417017 Fix -resume causing a quiet exit if there is no resume savestate Silent 2020-09-12 19:58:37 +02:00
  • 021f333ec2 Qt: Post processing UI Connor McLaughlin 2020-09-13 01:20:02 +10:00
  • 2819715260 FrontendCommon: Add a post processing implementation Connor McLaughlin 2020-09-13 01:19:57 +10:00
  • 5804778339 D3D11/Texture: Fix dimensions not getting reset on destroy Connor McLaughlin 2020-09-13 01:19:05 +10:00
  • d09a802a17 Vulkan/Context: Use VK_LAYER_KHRONOS_validation Connor McLaughlin 2020-09-13 00:30:54 +10:00
  • 666d7fbb99 Vulkan/Context: Add pipeline destruction deferring Connor McLaughlin 2020-09-13 00:06:01 +10:00
  • f63192c6b2 Vulkan/SwapChain: Fix incorrect return from GetTextureFormat() Connor McLaughlin 2020-09-13 00:05:38 +10:00
  • aa383d0bda Common/String: Support constructing from string_view Connor McLaughlin 2020-09-13 00:05:17 +10:00
  • 84b0522abc Common/Rectangle: Make it work with float types Connor McLaughlin 2020-09-13 00:04:57 +10:00
  • 2b4568df6a ShaderGen: Split HW shadergen from base Connor McLaughlin 2020-09-12 14:52:18 +10:00
  • ccaff2e7cd Settings: Fix incorrect UI for xBR texture filter Connor McLaughlin 2020-09-13 00:52:06 +10:00
  • 455ce05bd8 Merge pull request #844 from CookiePLMonster/fix-initial-savestate-hotkey Connor McLaughlin 2020-09-13 00:53:37 +10:00
  • cf513c1c24 Simplify quicksave/quickload logic Silent 2020-09-12 16:07:22 +02:00
  • 605992f294 Fix Android build Connor McLaughlin 2020-09-12 00:35:38 +10:00
  • 3625834ea7 GPU/HW: Add loading bar to shader compilation Connor McLaughlin 2020-09-12 00:23:13 +10:00
  • 6f250a4ff7 GPU/HW: Add JINC2 and xBRZ texture filtering options Connor McLaughlin 2020-09-11 22:20:19 +10:00
  • 83f64dbc87 Merge pull request #838 from andercard0/patch-7 Connor McLaughlin 2020-09-12 00:25:42 +10:00
  • fa4c80cd49 Merge pull request #840 from phoe-nix/patch-2 Connor McLaughlin 2020-09-12 00:25:01 +10:00
  • 9d5027be57 Update zh-cn phoe-nix 2020-09-11 22:18:02 +08:00
  • 72b81c1af2 Oh Update, here we go again! ;) Anderson_Cardoso 2020-09-10 20:14:34 -03:00
  • 330722eb5f Qt: Split GPU options into display and enhancements Connor McLaughlin 2020-09-11 00:18:12 +10:00
  • 14778b5d24 Qt: Add hidpi icons Connor McLaughlin 2020-09-10 20:47:59 +10:00
  • 9b942de47e Android: Improve handling of portrait mode Connor McLaughlin 2020-09-10 19:20:49 +10:00
  • 5cc91dc78b HostDisplay: Add alignment setting Connor McLaughlin 2020-09-10 12:07:30 +10:00
  • 3b4ba17356 Merge pull request #836 from andercard0/patch-6 Connor McLaughlin 2020-09-11 00:18:29 +10:00
  • 032fc80327 Update - Pt-Br Anderson_Cardoso 2020-09-09 20:54:21 -03:00
  • 16f39917e5 Linux build fix Connor McLaughlin 2020-09-10 01:29:22 +10:00
  • 5b17ad11a7 GameList: Fix cache corruption after scanning for new games Connor McLaughlin 2020-09-10 00:23:24 +10:00
  • 24716591a9 Update compatibility list Connor McLaughlin 2020-09-10 00:07:59 +10:00
  • ad3e93dba4 Qt: Enable hi-dpi pixmaps Connor McLaughlin 2020-09-10 00:07:52 +10:00
  • 42107de50e Qt: Switch flags back to pngs Connor McLaughlin 2020-09-09 23:58:49 +10:00
  • b247af535d Qt: Hook up cheat list menus Connor McLaughlin 2020-09-09 23:44:21 +10:00
  • 03f052e12e FrontendCommon: Add auto cheat loading option Connor McLaughlin 2020-09-09 23:44:02 +10:00
  • bf6b4514a0 SDL: Add cheat menu Connor McLaughlin 2020-09-09 22:11:32 +10:00
  • ddb38ac31d Add pcsxr and libretro cheat list parsing Connor McLaughlin 2020-09-09 22:11:28 +10:00
  • c2e7e8254f Qt: Use svgs for region icons Connor McLaughlin 2020-09-09 19:03:49 +10:00
  • 9c4e935de9 Update Windows Qt submodule Connor McLaughlin 2020-09-09 19:03:35 +10:00
  • 45eb30b6cc Merge pull request #835 from TzakShrike/master Connor McLaughlin 2020-09-09 18:28:50 +10:00
  • 2ef6b6aa40 Region flag upgrade & correct NTSC-U to NTSC-U/C Sam Pearman 2020-09-09 15:54:07 +09:00
  • 9a52c54c2f Vulkan: Don't force debug device/validation layers Connor McLaughlin 2020-09-08 17:22:34 +10:00
  • 455f359125 FrontendCommon: Fix descriptor/image validation errors in imgui render Connor McLaughlin 2020-09-08 11:41:19 +10:00
  • 2cecb8bbdb GPU/Vulkan: End render pass in ClearDisplay() Connor McLaughlin 2020-09-08 11:40:54 +10:00
  • 1e6d50e4dc Qt: Fix advanced setting text being editable Connor McLaughlin 2020-09-07 21:13:32 +10:00
  • 9bb278b166 CommonHostInterface: Fix crash on shutdown when using save state selector Connor McLaughlin 2020-09-06 21:03:27 +10:00
  • e731c87757 Qt: Turn tweaks/hacks into a table Connor McLaughlin 2020-09-06 20:49:13 +10:00
  • b61b173ed4 Merge pull request #828 from RaydenX93/master Connor McLaughlin 2020-09-06 20:53:42 +10:00
  • 3507877cab Update duckstation-qt_it.ts RaydenX93 2020-09-06 12:00:22 +02:00
  • 529927e043 Merge pull request #1 from stenzek/master RaydenX93 2020-09-06 11:16:02 +02:00
  • d5d79e952c Fix CMake build Connor McLaughlin 2020-09-06 18:27:50 +10:00
  • c8ecd031ff Merge pull request #822 from andercard0/patch-5 Connor McLaughlin 2020-09-06 17:59:41 +10:00
  • 726e5d46b1 Merge pull request #821 from CookiePLMonster/d3d11-memleaks Connor McLaughlin 2020-09-06 17:59:20 +10:00
  • 7286dbab51 Qt: Fix sorting game list by title being case sensitive Connor McLaughlin 2020-09-06 17:55:08 +10:00
  • 75ad685ae8 CommonHostInterface: Fix incorrect version error string in save state selector Connor McLaughlin 2020-09-06 17:48:58 +10:00
  • 4f8fd049d0 SDL: Fix crash on shutdown when save state selector used Connor McLaughlin 2020-09-06 17:48:01 +10:00
  • 976d4bae79 TimingEvent: Fix crash when invalid save state loaded Connor McLaughlin 2020-09-06 17:47:49 +10:00
  • 2c36750a0e VulkanHostDisplay: Fix imgui image textures not rendering Connor McLaughlin 2020-09-05 17:27:38 +10:00
  • ac6b9dc87f dep/imgui: Move implementations to frontend-common Connor McLaughlin 2020-09-04 17:03:33 +10:00
  • 6c8ea294a1 Merge pull request #825 from CookiePLMonster/savestate-ui-fixes Connor McLaughlin 2020-09-06 17:26:16 +10:00
  • eac00a152f Merge pull request #826 from CookiePLMonster/256-icon Connor McLaughlin 2020-09-06 17:25:28 +10:00
  • 2565d2cae1 Ass a 256x256 app icon Silent 2020-09-05 23:01:07 +02:00
  • 33df4ab1bd Seek before reading save state screenshot Silent 2020-09-05 21:46:46 +02:00
  • b117326d59 Quick update - Pt-Br - Again Anderson_Cardoso 2020-09-04 19:57:54 -03:00
  • 89e0290d06 Fix resource leaks in AutoStagingTexture::EnsureSize and D3D11HostDisplay::DownloadTexture Silent 2020-09-04 23:44:19 +02:00
  • fd0a009a7f System: Add missing <cctype> include Connor McLaughlin 2020-09-03 12:25:59 +10:00
  • 42d49426e8 CPU/Recompiler/AArch64: Fix crash when calling >26-bit away functions Connor McLaughlin 2020-09-03 00:10:27 +10:00
  • a2eaaf0e89 PGXP: Allocate large storage dynamically Connor McLaughlin 2020-09-02 22:44:52 +10:00
  • 1b47e6e8cd Merge pull request #818 from andercard0/patch-4 Connor McLaughlin 2020-09-03 00:11:08 +10:00
  • 355b162758 Quick update - Pt-Br and Workaround Anderson_Cardoso 2020-09-01 21:28:05 -03:00