Commit graph

42636 commits

Author SHA1 Message Date
Henrik Rydgård
bc283ac60e Add new assert/log facility _dbg_assert_or_log_. Asserts in debug builds, logs in release builds. 2025-03-16 19:32:40 +01:00
Henrik Rydgård
b7782d98f3 Prepare for Atrac context data to work the new way. Not actually active yet. Also restrict old versions to 4 contexts. 2025-03-16 19:32:03 +01:00
Henrik Rydgård
4fbdb58beb Merge the "Analyze" function into SetData 2025-03-16 19:32:00 +01:00
Henrik Rydgård
a0cc07559e
Merge pull request #20117 from hrydgard/split-out-track
Atrac: Split out track analysis
2025-03-16 16:27:00 +01:00
Henrik Rydgård
3979b6af54 Combine the two Analyze functions 2025-03-16 12:59:32 +01:00
Henrik Rydgård
fe0edc0bda One more cleanup before merging Analyze and SetData... 2025-03-16 12:44:16 +01:00
Henrik Rydgård
8ab41e387e Reorganize to make the next step easier 2025-03-16 12:21:55 +01:00
Henrik Rydgård
bcf89754c7 First step: Split out the track analysis. 2025-03-16 12:21:55 +01:00
Henrik Rydgård
8c8c823c6a
Merge pull request #20116 from hrydgard/even-more-atrac-prep
Even more Atrac refactoring
2025-03-16 12:14:20 +01:00
Henrik Rydgård
c6ea7cfd15 Delay fix 2025-03-16 11:57:09 +01:00
Henrik Rydgård
6a4a46025b Remove now-unnecessary wrapper _AtracSetData 2025-03-16 11:32:00 +01:00
Henrik Rydgård
3d143a0cba Finally get rid of the GetTrack() accessor 2025-03-16 11:29:00 +01:00
Henrik Rydgård
a3b43d8283 Refactor CurrentSample and ResetPlayPosition 2025-03-16 11:18:33 +01:00
Henrik Rydgård
fd9564166b More GetTrack removal 2025-03-16 11:06:52 +01:00
Henrik Rydgård
3f71260671
Merge pull request #20115 from hrydgard/more-atrac-prep
More Atrac refactoring before the big PR
2025-03-16 10:23:05 +01:00
Henrik Rydgård
b406f3a9d1 Move the GetSoundSample implementation behind the AtracBase interface 2025-03-16 09:48:13 +01:00
Henrik Rydgård
5bd1ae5bae Move more validation logic into AtracBase 2025-03-16 09:48:13 +01:00
Henrik Rydgård
beaced1c87 Move loop status and reset info param validation in behind the AtracBase interface 2025-03-16 09:48:13 +01:00
Henrik Rydgård
9788a770a7 Add a DecodeLowLevel wrapper to the AtracBase interface 2025-03-16 09:47:36 +01:00
Henrik Rydgård
c33a86561f Remove the strange "successCode" argument to SetData 2025-03-16 09:00:27 +01:00
Henrik Rydgård
a0b8ceb63c Move logging out of _AtracSetData 2025-03-16 08:53:22 +01:00
Henrik Rydgård
60a2dd12bc
Merge pull request #20114 from hrydgard/more-atrac-prep
Fix sceUtilityLoadModuleAv, allow browsing memory tags in the memory viewer
2025-03-15 18:25:40 +01:00
Henrik Rydgård
c2a73ba2ee sceUtilityLoadModule: Shrink the memory reservation for sceAtrac 2025-03-15 17:54:53 +01:00
Henrik Rydgård
5a8e4c1c2e Assorted debugger stuff 2025-03-15 17:54:38 +01:00
Henrik Rydgård
11e8b0d126 ImDebugger: Allow browsing memory tags in the memory views 2025-03-15 17:40:54 +01:00
Henrik Rydgård
17d7dcdd6c Make sceUtilityLoadAvModule work correctly 2025-03-15 17:40:24 +01:00
Henrik Rydgård
143641b1cf
Merge pull request #20113 from hrydgard/audiocodec-findings
Audiocodec findings, prepare for new Atrac3 implementation
2025-03-15 16:47:21 +01:00
Henrik Rydgård
adbceabd93 Show fake-loaded HLE modules in the debugger. Notify Atrac of its address when one is loaded
Will be useful later.
2025-03-15 15:56:11 +01:00
Henrik Rydgård
0516171bdf sceAudioCodec: Implement some findings 2025-03-15 15:56:05 +01:00
Henrik Rydgård
ecbbadd604
Merge pull request #20096 from hrydgard/misc-commits
Misc logging/comment changes and fixes
2025-03-09 10:06:09 +01:00
Henrik Rydgård
af8d14c546 Buildfix 2025-03-08 23:56:01 +01:00
Henrik Rydgård
89e031fb8a Logging cleanup 2025-03-08 23:39:22 +01:00
Henrik Rydgård
812b22a224 Atrac: Forward-port comments from the other branches 2025-03-08 23:39:15 +01:00
Henrik Rydgård
881e88268f Fix log-stack problem in kernel 2025-03-08 23:37:48 +01:00
Henrik Rydgård
3564333582 Turn off I/O logging, oops 2025-03-08 23:37:48 +01:00
Henrik Rydgård
9b56c9e1f8
Merge pull request #20094 from DDinghoya/patch-32
Update ko_KR.ini
2025-03-08 16:15:53 +01:00
DDinghoya
69cb1af83c
Update ko_KR.ini 2025-03-08 22:04:15 +09:00
Henrik Rydgård
caa75e5379
Merge pull request #20091 from hrydgard/more-imdebugger
ImDebugger: Add log config window, improve atrac window
2025-03-08 10:41:49 +01:00
Henrik Rydgård
b0e6a972be
Merge pull request #20090 from sum2012/atrac-minor
Fix Atrac codecParams
2025-03-08 00:51:11 +01:00
sum2012
82a7864a5a Fix Atrac codecParams
By DeepSeek R1
2025-03-07 22:44:35 +08:00
Henrik Rydgård
65df2bf016 ImDebugger: Add log config window, improve atrac window 2025-03-07 13:47:31 +01:00
Henrik Rydgård
05bc0dea7d
Merge pull request #20087 from hrydgard/savedata-manager-confirm
Add Show In Folder button, delete confirmation to savedata manager popup
2025-03-07 10:14:05 +01:00
Henrik Rydgård
76abdc6d81 Remove an unnecessary translation string 2025-03-07 09:49:44 +01:00
Henrik Rydgård
f59ba78f0b Add Show In Folder button, delete confirmation to savedata manager popup 2025-03-07 09:43:54 +01:00
Henrik Rydgård
02734b03a1
Merge pull request #20080 from hrydgard/framedump-issues
Fix some framedump playback issues
2025-03-06 15:18:53 +01:00
Henrik Rydgård
7cc42112c1 Add quick risc-v workaround in Unittest.cpp 2025-03-06 14:58:38 +01:00
Henrik Rydgård
2cc631338b Correctly unload GE framedumps. Additionally, look up the title when possible and show in titlebar. 2025-03-06 14:58:33 +01:00
Henrik Rydgård
3ab625a0fa Windows: Lock when updating the window title 2025-03-06 14:24:40 +01:00
Henrik Rydgård
c36375d6c8 Don't enable "full iso ram caching" for filetypes other than ISO. 2025-03-06 13:57:05 +01:00
Henrik Rydgård
87199bacaa Minor tweaks, comments and fixes 2025-03-06 13:37:38 +01:00