Commit Graph
43561 Commits
Author SHA1 Message Date
Lin Runze 5b406f00fd loongarch: Initial VertexJIT support and bug fix 2025-07-17 00:33:56 +08:00
Henrik Rydgård 9ce8408d0c Merge pull request #20618 from lrzlin/loong-commit
loongarch: Add emitter, JIT and disassembler support for LoongArch64
2025-07-12 01:55:19 +02:00
Lin Runze 1d910b81ff loongarch: Add emitter, JIT and disassembler support for LoongArch64 2025-07-12 03:21:23 +08:00
Henrik Rydgård 7b7a23733f Merge pull request #20620 from hrydgard/ui-fixes
Control the LEDs on DualShock/DualSense gamepads
2025-07-11 16:32:59 +02:00
Henrik Rydgård 06adf8e4eb Dualsense/dualshock: Control the LEDs
Set to blue on connect, turn them off on exit.

Makes it more obvious that these pads are connected and working.
2025-07-11 15:39:24 +02:00
Henrik Rydgård 8c13d209d5 Minor code cleanups 2025-07-11 15:09:15 +02:00
Henrik Rydgård 7d180e4655 Merge pull request #20619 from hrydgard/more-audio-work
WASAPI: Improve logging and error handling.
2025-07-11 15:05:40 +02:00
Henrik Rydgård 92b7f0dba1 WASAPI: Improve logging and error handling.
Hopefully will finally fix #20540
2025-07-11 13:53:27 +02:00
Henrik Rydgård 5d3796af2d Merge pull request #20616 from hrydgard/fbmanager-black-screen
Football Manager Handheld series: Fix blackscreen by forcing the software renderer
2025-07-11 11:09:44 +02:00
Henrik Rydgård c3380cec4b Football Manager Handheld series: Fix blackscreen by forcing the software renderer
Fixes the blackscreen problem from issue #5934

Not sure if the game has other issues.
2025-07-11 11:08:17 +02:00
Henrik Rydgård 5f9aa745ee Merge pull request #20614 from hrydgard/audio-work
WASAPI: Try to ask the device for a stereo format if it has too many channels.
2025-07-11 10:40:41 +02:00
Henrik Rydgård a00c857b4b WASAPI: Try to ask the device for a stereo format if it has too many channels.
Also, add support for 16-bit audio (should be rare)
2025-07-11 09:41:08 +02:00
Henrik Rydgård af3878f98d Merge pull request #20615 from ANR2MERefork/winver_workaround
An attempted to fix strange version issue on Windows artifact
2025-07-11 09:14:29 +02:00
AdamN a20d4eed17 And this too. 2025-07-11 08:07:50 +07:00
AdamN f03cade23e These too. 2025-07-11 08:05:35 +07:00
AdamN e7ba72da4a Exclude lightweight tag, in case they doesn't have the "v" prefix. 2025-07-11 07:26:58 +07:00
AdamN 669a33625f Don't generate win-version.h if GIT_VERSION doesn't have a valid version. 2025-07-11 07:00:19 +07:00
Henrik Rydgård a1cafa4301 Merge pull request #20613 from oltolm/win32
mingw64: fix Windows build
2025-07-10 23:05:57 +02:00
oltolm 43b7e5ee29 mingw64: fix Windows build 2025-07-10 22:48:44 +02:00
Henrik Rydgård f44b4e31e6 Merge pull request #20281 from NABN00B/atlas-symbols
Add handpicked symbols group to atlastool
2025-07-10 22:43:36 +02:00
Henrik Rydgård af883e8059 Merge pull request #20609 from oltolm/comptr
use ComPtr in WASAPIContext
2025-07-10 22:40:16 +02:00
Henrik Rydgård 791aee6ce9 Merge pull request #20612 from hrydgard/mouse-mapping-fix
SDL: Fix bug where the mouse got stuck in relative mode when mapping mouse inputs
2025-07-10 20:49:26 +02:00
Henrik Rydgård 263d0b3983 SDL: Fix bug where the mouse got stuck in relative mode when mapping mouse inputs 2025-07-10 20:29:24 +02:00
Henrik Rydgård 5072f1910f Merge pull request #20611 from hrydgard/savedata-indicator
Show a tiny indicator in the top left of the screen when the game is saving or loading
2025-07-10 17:47:46 +02:00
Henrik Rydgård f410b7e6ea Show a tiny indicator in the top left of the screen when the game is saving or loading. 2025-07-10 15:11:59 +02:00
oltolm 11d8f85bf4 use ComPtr in WASAPIContext 2025-07-09 22:54:58 +02:00
Henrik Rydgård 028392233c Merge pull request #20608 from hrydgard/retroachievements-close-debugger
If RetroAchievements' "Hardcore mode" is enabled, prevent debugger use
2025-07-09 17:31:27 +02:00
Henrik Rydgård 42b46e2098 If RetroAchievements' "Hardcore mode" is enabled, prevent debugger use
Fixes an easy way you could access the debugger windows.
2025-07-09 16:25:24 +02:00
Henrik Rydgård 198dca7a71 Merge pull request #20607 from hrydgard/fix-exit
Fix issue where PPSSPP wouldn't correctly quit if you closed it with the corner X button in-game
2025-07-09 15:30:31 +02:00
Henrik Rydgård b0e2278610 Merge pull request #20606 from hrydgard/remove-inner-window
Windows: Remove the "inner" window
2025-07-09 12:32:49 +02:00
Henrik Rydgård 587090ad39 Bump gradle again 2025-07-09 12:13:46 +02:00
Henrik Rydgård 5e55090e67 Windows: Fix a hang during shutdown, could leave behind a running process. 2025-07-09 12:13:18 +02:00
Henrik Rydgård 5a300120ab Windows: Remove the "inner" window
For historical reasons, we've actually displayed inside an inner window
completely covering the client area of the main window. This seems to be
entirely unnecessary so I'm just getting rid of it and using the main
window directly for everything.

Not expecting any noticable change, just a nice cleanup.
2025-07-09 11:32:18 +02:00
Henrik Rydgård 549f161c05 Merge pull request #20591 from NABN00B/bg-anims-test
Add Colored Floating Symbols background animation, move static vars into classes
2025-07-08 22:38:20 +02:00
Henrik Rydgård 05d6b63f1c Merge pull request #20605 from hrydgard/more-minor-fixes
Fix strange edge case when switching to auto-frameskip from non-buffered rendering
2025-07-08 22:36:37 +02:00
Henrik Rydgård a80756574c Fix really wacky edge case when switching to Auto FrameSkip from "skip buffered" mode.
Fixes issue #20596
2025-07-08 20:08:23 +02:00
Henrik Rydgård 2cebaa7509 Win32: Paint the window black earlier during startup 2025-07-08 15:08:19 +02:00
Henrik Rydgård e4c6f4e530 Merge pull request #20604 from hrydgard/minor-fixes
Fix some small UI regressions
2025-07-08 14:43:31 +02:00
Henrik Rydgård eadd32e00a Keycodes: Restore the old PrintScreen keymapping, fixing mistake from #19656
Fixes #20588
2025-07-08 14:03:04 +02:00
Henrik Rydgård 58dd4677e3 Fix issue with toggling texture saving via shortcut.
Fixes #20581
2025-07-08 13:51:09 +02:00
Henrik Rydgård 59818883b2 Merge pull request #20602 from hrydgard/minor-gamepad-fixes
Poll for new HID gamepads a bit less often, reduce logspam in debug mode
2025-07-08 13:01:40 +02:00
Henrik Rydgård a32c1a4671 Poll for new gamepads a bit less often, reduce logspam in debug mode 2025-07-08 11:03:17 +02:00
Henrik Rydgård 7d78681b3a Don't ask for save confirmation after a game crash 2025-07-08 11:02:28 +02:00
Henrik Rydgård 32e05485c5 Merge pull request #20599 from KatyushaScarlet/upstream
Detect and enable LSX/LASX on LoongArch based on compiler predefined macros.
2025-07-06 19:59:51 +02:00
Wang, Xiang 58770bd163 Detect and enable LSX/LASX on LoongArch based on compiler predefined macros. 2025-07-06 21:49:59 +08:00
Henrik Rydgård 5205494160 Merge pull request #20598 from Puniasterus/patch-2
Update es_ES.ini
2025-07-06 01:45:59 +02:00
Puniasterus 93f0887de3 Update es_ES.ini
-Update es_ES.ini TL.
-Restore past translators credits.
2025-07-05 21:16:09 +02:00
Nab 6019808065 Comment out bloat 2025-07-03 11:41:10 +00:00
Henrik Rydgård 1ce6082476 Merge pull request #20580 from hrydgard/ps-controller-support
Windows: Add basic native support for DualShock / DualSense
2025-07-03 11:46:56 +02:00
Henrik Rydgård fc09669ba7 Add DualSense support. Remove trying to support bluetooth devices (not reliable without more work) 2025-07-03 11:11:34 +02:00