Commit Graph

14285 Commits

Author SHA1 Message Date
Henrik Rydgård 7dde367ead Improve logging in sceUtility *GetStatus functions 2025-08-06 17:45:39 +02:00
Henrik Rydgård a08b6c1340 More error code cleanup 2025-08-06 17:44:54 +02:00
Henrik Rydgård 3e2dce1e54 Move AdHoc error codes to the big enum, fix the naming convention to be consistent 2025-08-06 17:44:54 +02:00
Henrik Rydgård 05b82d6ce4 Allow passing in a custom resolver to HTTPRequest and Connection. This inverts the bad dependency. 2025-08-06 00:16:34 +02:00
Henrik Rydgård 820d83b2c0 sceUriParse: Size queries are not errors 2025-08-06 00:16:34 +02:00
Henrik Rydgård e29ba8f471 Add a warning in games that are affected badly by savestate timewarps 2025-08-05 17:17:20 +02:00
Henrik Rydgård f41bd18a8e Allow Atrac files to be accepted with a little less data provided initially
Fixes #20692
2025-08-04 19:31:35 +02:00
Henrik Rydgård 3d3509360d Merge pull request #20683 from lrzlin/loong-fix
loongarch: Fix various IR JIT & VertexJIT bugs
2025-08-02 01:04:13 +02:00
Lin Runze 24c6647ce3 loongarch: Fix various IR JIT & VertexJIT bugs 2025-08-02 02:27:49 +08:00
trigger 58f32fbbbd fixup 2025-07-31 13:11:01 -07:00
trigger 65d780b160 move ProcessHostnameWithInfraDNS out of sceNet 2025-07-31 13:03:57 -07:00
trigger ed8dba7e28 disable https in sceUriBuild 2025-07-27 17:48:05 -07:00
trigger 787cd9b119 infra dns for http requests 2025-07-27 17:47:36 -07:00
trigger c04bd1c6d9 sceParseUri: sceUriEscape & sceUriBuild 2025-07-27 13:55:22 -07:00
Henrik Rydgård 3110159bd7 Fix the bAllowSpeedControlWhileConnected flag 2025-07-25 15:30:02 +02:00
Henrik Rydgård c24e8f84e6 Merge pull request #20433 from Kethen/early_plugin_load
Run module_start of plugins before starting boot module
2025-07-24 10:25:55 +02:00
Henrik Rydgård 4d7b51d8cb Reimplement AA3 header parsing 2025-07-22 17:48:20 +02:00
Henrik Rydgård 1983ab16c6 sceAtrac: Call AnalyzeAA3Track for AA3 data, oops. 2025-07-22 16:05:02 +02:00
Henrik Rydgård c61595596e Rename mp3Map to g_mp3Map 2025-07-20 19:32:05 +02:00
Henrik Rydgård 9e3d57167f Show sceAac contexts in ImDebugger 2025-07-20 19:30:35 +02:00
Henrik Rydgård a0fef38f69 Default to Vulkan on Win10+ (previously Win11+). Set UI scaling default to -1 on all desktops. 2025-07-20 19:05:38 +02:00
Henrik Rydgård a7196af1f6 Separate out GamePreviewVolume from UIVolume
Fixes issue #20651
2025-07-20 09:56:29 +02:00
bibarub 6950dbc0de FB Readback hook for Kingdom Hearts 2025-07-18 01:50:31 +03:00
bibarub 2130b6ba45 Hook FB Readbacks in games by Takuyo 2025-07-17 17:09:40 +03:00
Henrik Rydgård a859fb95c3 Merge pull request #20636 from lrzlin/loong-commit
loongarch: Initial VertexJIT support and bug fix
2025-07-16 19:40:11 +02:00
Lin Runze 5b406f00fd loongarch: Initial VertexJIT support and bug fix 2025-07-17 00:33:56 +08:00
bibarub d8e2bb0569 Hook framebuffer readback function in Never7, Ever17, and Remember11 2025-07-16 16:04:57 +03:00
bibarub 138aab0789 Hook framebuffer readback function in Steins;Gate 2025-07-16 01:23:40 +03:00
Henrik Rydgård 063fafa9f0 Merge branch 'v1.19.3-commits' 2025-07-15 10:22:07 +02:00
Henrik Rydgård 487dff3139 Fix tracking for the savedata reminder for several invisible save types
Unlike on the main branch, no animated indicator.
2025-07-13 23:27:57 +02:00
Henrik Rydgård d0b25f186b Fix tracking for the savedata reminder for several invisible save types 2025-07-13 23:18:13 +02: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 8c13d209d5 Minor code cleanups 2025-07-11 15:09:15 +02:00
Henrik Rydgård 447d57634c 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-11 11:13:01 +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 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
Henrik Rydgård 9158b590fc Merge pull request #20605 from hrydgard/more-minor-fixes
Fix strange edge case when switching to auto-frameskip from non-buffered rendering
2025-07-09 16:35:10 +02:00
Henrik Rydgård d1245ec336 Merge pull request #20604 from hrydgard/minor-fixes
Fix some small UI regressions
2025-07-09 16:34:55 +02:00
Henrik Rydgård cc83071c2f Merge pull request #20571 from hrydgard/more-atrac-refactor
More Atrac3 refactor
2025-07-09 16:34:13 +02:00
Henrik Rydgård db5ef6fb87 Merge pull request #20566 from hrydgard/atrac-cleanup
Atrac code cleanup, logging and comment fixes
2025-07-09 16:34:07 +02:00
Henrik Rydgård dde8d22ba6 Merge pull request #20573 from hrydgard/thug-fix
Fix crash on second logo in Tony Hawk's Underground 2
2025-07-09 16:30:46 +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 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 eadd32e00a Keycodes: Restore the old PrintScreen keymapping, fixing mistake from #19656
Fixes #20588
2025-07-08 14:03:04 +02:00
Henrik Rydgård 0e0fef2a32 Add some more defaults 2025-07-03 09:41:03 +02:00
Nemoumbra c7aafd4cbe Deduplicated a config variable 2025-07-02 01:30:21 +03:00
Nab b88d2c0436 Colored Symbols bg anim, move static vars into classes 2025-07-01 23:53:37 +02:00
Nemoumbra ee07254448 Constified some config values while preserving the comments 2025-07-02 00:02:33 +03:00
Nemoumbra c4dafe28b0 g_adhocServerConnected moved to NetAdhocCommon 2025-07-01 23:57:30 +03:00