Commit Graph

6563 Commits

Author SHA1 Message Date
Stenzek 5a0a6ebe06
Qt: Drop Qt 6.1 workaround in Host::GetTopLevelWindowInfo() 2023-11-27 00:15:55 +10:00
Stenzek c40cc4ef43
Hotkeys: Throttle pause requests 2023-11-27 00:15:52 +10:00
Stenzek 72716719b3
Achievements: Use big picture for confirm hardcore disable 2023-11-26 23:57:49 +10:00
Stenzek c1d0419361
FullscreenUI: Use icon font for bindings 2023-11-26 23:57:49 +10:00
Stenzek 43c0ce0b3e
FullscreenUI: Put bindings on one line 2023-11-26 23:57:49 +10:00
Stenzek fc6359457b
ImGuiManager: Use PromptFont icons for input OSD 2023-11-26 21:35:29 +10:00
Stenzek 8446856ecf
GPU/HW: Trace min/max UVs for hazards 2023-11-26 17:35:48 +10:00
Stenzek eeebfce79b
Update README.md 2023-11-25 22:14:26 +10:00
Stenzek dc75afeb3d
RegTest: Fix directory creation always failing 2023-11-25 22:04:05 +10:00
Stenzek ff17444074
GPU/HW: Add framebuffer fetch blending path 2023-11-25 21:22:35 +10:00
Stenzek a456741ae6
GPU/HW: Don't blend binary alpha texture filters 2023-11-25 19:49:05 +10:00
Stenzek 1b948aab62
dep/cubeb: Minimize and update to 54217bc 2023-11-25 00:50:12 +10:00
Stenzek 7cc52bba23
CMake: Support multiple CMAKE_OSX_ARCHITECTURES 2023-11-25 00:50:12 +10:00
Stenzek af86e5d058
Qt: Use HTTPDownloader instead of QtNetwork for updates 2023-11-25 00:50:12 +10:00
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
Anderson Cardoso d6e6bc65f8 Atualização Português do Brasil
Atualizado textos para versão mais atual.
2023-11-17 13:53:10 -03: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
Víctor "IlDucci 7aa4180e17
Spanish (Spain) translation update (#3041)
Added new strings, cleaned unused ones.

Warning: the new Log Window has the "Log" option in the menu untranslatable at this moment.
2023-11-15 19:14:08 +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