Commit Graph
100 Commits
Author SHA1 Message Date
Stenzek 365e3fb965 Qt: Fix progress dialog cancelling 2023-11-25 00:50:12 +10:00
Stenzek cc6f22163c HTTPDownloader: Add support for progress updates/cancelling 2023-11-25 00:50:12 +10:00
Stenzek cca901c4c6 Qt: Make ALT+F4 while fullscreen exit DuckStation 2023-11-25 00:50:12 +10:00
Stenzek a705884342 Qt: Fix possible race when showing confirm dialog 2023-11-25 00:50:12 +10:00
Stenzek 3e27c399f4 GameDB: MGS1 2023-11-25 00:50:12 +10:00
Stenzek 7bbf04ab99 PostProcessing/FX: Support reading shaders from resources 2023-11-25 00:50:12 +10:00
Stenzek 1a79a2f196 dep/reshadefx: Add manual include callbacks 2023-11-25 00:50:11 +10:00
Stenzek 273979405d OpenGLDevice: Disable scissor for buffer clears 2023-11-25 00:49:52 +10:00
Stenzek e75c1a3b0a OpenGLDevice: Use glClearBuffer() instead of glClear() 2023-11-24 21:45:45 +10:00
Stenzek 603531f916 PageFaultHandler: Fix for Intel on MacOS 2023-11-24 20:35:52 +10:00
Stenzek 5cf41a41f3 JitCodeBuffer: Allocate within 32-bit range 2023-11-24 20:35:19 +10:00
Stenzek ca1dd27d4a CPU/NewRec: Fix SR interrupts on non-x64 2023-11-24 20:35:12 +10:00
Stenzek b8d4669997 Qt: Allow post-processing to be set per-game 2023-11-24 20:34:54 +10:00
Stenzek 9d06fde276 Qt: Enable unifiedTitleAndToolBarOnMac in main window 2023-11-22 01:21:02 +10:00
Stenzek a80ffc9c7d GL/Context: Fix surfaceless context creation 2023-11-22 01:21:02 +10:00
Stenzek bbeae07478 MemorySettingsInterface: Fix bool and SetValue() 2023-11-21 22:31:18 +10:00
Stenzek e10ff550d5 CPU/NewRec: Handle inside-block SMC
i.e. Spyro 2/3 PAL.
2023-11-21 22:31:18 +10:00
Stenzek 20de40a597 RegTest: Fix build on Mac 2023-11-21 22:31:18 +10:00
Stenzek e6d29a0028 Qt: Update Italian translation by Vecna 2023-11-21 21:42:21 +10:00
Stenzek b93e9ef61c Flatpak: Bump SDL2 to v2.28.5 2023-11-18 17:35:45 +10:00
Stenzek 1d0c870494 CMake: Bump dep version requirement 2023-11-18 17:17:29 +10:00
Stenzek dbd052528e CPU/NewRec: Fix build for AArch32 2023-11-18 17:16:51 +10:00
Connor McLaughlin 04870d4d38 Merge pull request #3044 from andercard0/master
Atualização Português do Brasil
2023-11-18 16:54:04 +10:00
Stenzek cce7be4723 Misc: Make struct member functions file-local 2023-11-18 16:46:11 +10:00
Stenzek bee1f986a9 CMake: Fix incorrect library for HTTPDownloaderCurl 2023-11-18 14:58:45 +10:00
Stenzek ad1716e376 GPU/HW: Correct OSD message 2023-11-15 19:26:02 +10:00
Stenzek 5fff97c9e1 GPU/HW: Clear instead of invalidating adaptive downsample RTs 2023-11-15 19:14:27 +10:00
Stenzek bc485ee55b CDImage: Support loading subchannel from LSD files 2023-11-15 19:14:27 +10:00
Stenzek d141692df3 CI: Force Python 3.11 on Mac runner 2023-11-11 14:25:45 +10:00
Stenzek ac10d311da Deps: Update to Qt 6.5.3 and SDL2 2.28.5
Also sort out the lack-of-PDBs for Qt+SDL2.
2023-11-11 13:35:26 +10:00
Stenzek 3093d40869 Qt: Update link 2023-11-11 13:35:26 +10:00
Stenzek 6d35d5983b SDLInputSource: Use hint for loading GC Database 2023-11-10 21:19:45 +10:00
Stenzek 1e5cf017bd SDLInputSource: Update Game Controller Database 2023-11-10 21:19:45 +10:00
Stenzek 312790c9a6 CPU/NewRec: Handle mtc0 rt, sr 2023-11-10 21:19:45 +10:00
Connor McLaughlin c50a4a98a9 Merge pull request #3037 from andercard0/master
Atualização Português do Brasil
2023-11-07 21:19:48 +10:00
Connor McLaughlin b175f49f33 Merge pull request #3038 from mattysweeps/fix/advancedsettingsui
Remove vertical spacer preventing Tweaks/Hacks from expanding
2023-11-07 21:19:29 +10:00
Stenzek ac825855f7 Qt: Change settings dialogs to widgets/windows
Stops them breaking in Qt 6.6.
2023-11-06 23:17:58 +10:00
Stenzek 3ab27e7220 FullscreenUI: Remove Pause on Menu open
And always pause. The option never really worked correctly.
2023-11-06 23:17:58 +10:00
Stenzek 0d5ffda3d3 DInputSource: Backport button/hat max from PCSX2 2023-11-06 23:17:58 +10:00
Stenzek fa5496652e Qt: Add third-party license notices 2023-11-06 23:17:58 +10:00
Stenzek 6f66460ec0 Common: Remove ThreadPool class
No longer needed.
2023-11-06 23:17:58 +10:00
Stenzek 5b00ffb6cb HTTPDownloaderCurl: Switch to multi/async API 2023-11-06 23:17:58 +10:00
Stenzek b459a42fb7 Achievements: Use a 60 second timeout for server calls 2023-11-06 23:17:58 +10:00
Stenzek 0fe6e9170b HTTPDownloader: Move to util project 2023-11-06 23:17:57 +10:00
Stenzek 3c6b6c5770 Achievements: Use retryable client error status code 2023-11-06 23:17:57 +10:00
Stenzek f62a3ffbfa dep/rcheevos: Update to 8a717b1 2023-11-06 23:17:57 +10:00
Stenzek a4127aa2ea SDLInputSource: Add log callback 2023-11-06 23:17:57 +10:00
Stenzek 3dfc3bd2ba CPU: Fix incorrect scratchpad masking 2023-11-06 18:09:27 +10:00
Stenzek c5cd55ffb1 CDImage: clang warning fix 2023-11-06 17:56:45 +10:00
Stenzek 928d137111 System: Add missing icons to some OSD messages 2023-11-05 22:38:25 +10:00
Stenzek f27a28b58c CDImage: Use ByteSwap() 2023-11-05 22:38:25 +10:00
Stenzek 4a906fd0a0 VulkanDevice: Fix incorrect render pass end 2023-11-05 21:18:39 +10:00
Stenzek e739c114a4 CDImageCHD: Support reading subchannel from CHD 2023-11-05 21:18:39 +10:00
Stenzek ee3c770082 CDImage: Fix incorrect CRC-16 computation 2023-11-05 21:14:19 +10:00
Stenzek 82b3907804 dep/libchdr: Add subtype parsing functions 2023-11-05 21:14:19 +10:00
Stenzek 738ede0c39 Qt: Raise settings window if already open 2023-11-05 20:35:42 +10:00
Stenzek ea51d2a213 SPIRVCompiler: Pad fragment output components for MSL
Fixes some Reshade shaders not compiling.
2023-11-05 15:03:49 +10:00
Stenzek 38bc2bd057 CDROM: Add option to choose emulated mechacon version 2023-11-05 14:43:38 +10:00
Stenzek 8f1d724f4c Postprocesing/FX: Add BUFFER_COLOR_BIT_DEPTH and random source 2023-11-05 14:10:44 +10:00
Stenzek 4ef465cea4 PostProcessing/FX: Fix loading of resource textures 2023-11-05 13:52:56 +10:00
Stenzek edae13d9e4 CDROM: Log command parameters 2023-11-05 13:32:25 +10:00
Stenzek b9bd875c13 Qt: Update Korean translation by Hackjjang 2023-11-05 13:30:44 +10:00
Stenzek dde54fbba9 Settings: Fix incorrect type for Display/Scaling 2023-11-05 02:33:42 +10:00
Stenzek ca5b07acff PostProcessing: Fix for Metal renderer 2023-11-04 20:28:45 +10:00
Stenzek 9d88a373bd GPU: Fix Guncon positioning with window padding 2023-11-04 20:11:51 +10:00
Stenzek 1831a291b4 GL/ContextEGL: Fix surface_format left uninitialized 2023-11-04 20:11:51 +10:00
Stenzek 17171101cf OpenGLDevice: Don't force-disable dual source blending 2023-11-04 20:11:51 +10:00
Stenzek 0e2c6676a3 Build: Compiling x64 builds on Apple Silicon host 2023-11-04 20:11:51 +10:00
Stenzek f05ff4103e Misc: Build fixes for Android 2023-11-04 20:11:51 +10:00
Stenzek 538266aacd System: Fix Discord Rich Presence 2023-10-29 22:46:02 +10:00
Stenzek 6ca098db97 CI/Flatpak: Disable Wayland by default 2023-10-29 21:16:58 +10:00
Stenzek 33f945f1e8 CI/AppImage: Disable Wayland by default
Set I_WANT_A_BROKEN_WAYLAND_UI=1 if you must use it.
But there's gonna be broken stuff.
2023-10-29 21:16:23 +10:00
Stenzek bd49e0df63 System: Fix playlist memory card handling
But you really don't need to use them these days.
2023-10-29 20:37:42 +10:00
Stenzek 3ee8159d8d CI/AppImage: Work around GH runner issue 8659 2023-10-28 21:24:12 +10:00
Stenzek 117cbeecaa CPU/CodeCache: Fix NewRec on Apple Silicon 2023-10-28 14:41:29 +10:00
Stenzek f786138175 CPU/CodeCache: Fix crash on Apple Silicon 2023-10-24 18:30:34 +10:00
Stenzek 06c4dc5e1b GPU/OpenGL: Fix incorrect 1/4 blend on Mali 2023-10-22 00:07:46 +10:00
Stenzek 6592cafadc CPU/NewRec: Add speculative constants 2023-10-22 00:07:46 +10:00
Stenzek b3cbe5a7ee CPU/NewRec: Add AArch32 backend 2023-10-21 20:22:51 +10:00
Stenzek 8ddb0c4b23 Common/HeapArray: Fix mismatched delete/free 2023-10-21 13:49:35 +10:00
Stenzek 41bb9fddfc CMake: Fix Debug x64 builds on Linux 2023-10-21 13:49:35 +10:00
Stenzek d00ed000f9 CPU/NewRec/AArch64: Don't recreate assembler every time 2023-10-21 13:49:35 +10:00
Stenzek 9d14ba0541 dep/vixl: Add Reset-to-new-buffer overload 2023-10-21 13:49:35 +10:00
Stenzek 52e0d8d473 CPU/Recompiler/AArch32: Load membase on demand 2023-10-21 13:49:35 +10:00
Stenzek cce1ec598c CPU/Recompiler/AArch32: Reduce register usage of Mul 2023-10-21 13:49:35 +10:00
Stenzek 23dff0a9b6 Bus: Properly set unmapped pages to NULL for LUT fastmem 2023-10-21 13:49:35 +10:00
Stenzek e36130158c CPU/Recompiler: Fix incorrect shift in LUT fastmem 2023-10-21 13:49:35 +10:00
Stenzek c727ac33c7 CPU/CodeCache: Include hi/lo in state logging 2023-10-21 13:49:35 +10:00
Connor McLaughlin 07acd6b690 Merge pull request #3034 from kamfretoz/ikon-baru-pt3
Qt: Add new controller image and icon refinement
2023-10-21 13:49:18 +10:00
Connor McLaughlin 9482120b07 Merge pull request #3033 from andercard0/master
Atualização Português do Brasil
2023-10-21 13:48:41 +10:00
Connor McLaughlin 2df88e79fe Update README.md 2023-10-18 12:26:46 +10:00
Stenzek a4c7d03ed2 VulkanDevice: Ignore GPUs which don't support Vulkan 1.1 2023-10-18 00:49:01 +10:00
Stenzek db675cf5d0 Build: Reduce library scope 2023-10-18 00:49:01 +10:00
Stenzek 9501439d6b CPU: Add new experimental recompiler 2023-10-18 00:49:01 +10:00
Stenzek c179473c2b Bus: Allow LUT fastmem on mirrors 2023-10-18 00:49:01 +10:00
Stenzek 9d40164f84 CPU/Recompiler: Offset LUT fastmem pointers 2023-10-18 00:49:01 +10:00
Stenzek a062b00c1a Bus: Protect main RAM buffer
Get rid of write-time checks.
2023-10-18 00:49:01 +10:00
Stenzek 79e1ae3e54 CPU/CodeCache: Rewrite using new-rec's block management 2023-10-18 00:49:01 +10:00
Stenzek f82d08e223 TimingEvents: Reset downcount when head is resorted 2023-10-17 13:14:05 +10:00
Stenzek 78959f6339 MemoryCardImage: Swap over to fmt 2023-10-17 13:08:44 +10:00