Henrik Rydgård and Claude Opus 5
ed9078b055
sceVaudioChReserve: accept the MP3 frame sizes
...
The channel took only 256, 1024 and 2048 samples, so a game that hands it MP3
frames got SCE_KERNEL_ERROR_INVALID_SIZE and no music. Dead or Alive Paradise
does exactly that from its music player: sceVaudioChReserve(1152, 44100, 2),
1152 being the MPEG-1 Layer III frame size.
The format check moves below the sample count check to match: the module
returns 0x80000104 for a bad count before it ever looks at the format, so a
call with both wrong got the wrong error out of us. The two error codes we
already returned are the ones it uses.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com >
2026-09-08 15:52:10 -06:00
..
2026-09-08 09:35:15 -06:00
2026-08-28 21:38:58 +09:00
2026-09-08 13:44:42 -06:00
2026-09-04 13:10:54 -06:00
2026-09-08 14:42:18 -06:00
2026-09-07 09:27:13 -06:00
2026-09-08 15:52:10 -06:00
2026-09-07 09:18:02 -06:00
2026-09-05 10:09:46 +03:00
2026-09-08 11:15:15 -06:00
2026-06-02 11:15:08 +02:00
2025-05-25 22:21:37 +02:00
2026-09-08 11:15:11 -06:00
2026-09-08 11:15:11 -06:00
2026-09-08 11:15:11 -06:00
2026-09-02 18:06:47 +02:00
2026-06-27 13:02:47 +02:00
2026-09-04 13:10:54 -06:00
2026-09-04 13:10:54 -06:00
2026-08-31 16:37:55 +02:00
2026-08-31 16:37:55 +02:00
2026-09-08 09:44:26 -06:00
2026-08-31 17:53:10 +02:00
2026-08-31 01:19:06 +02:00
2026-09-04 12:20:11 -06:00
2026-08-29 23:40:48 +02:00
2026-09-08 11:15:11 -06:00
2026-09-08 11:15:11 -06:00
2026-08-24 09:53:37 +02:00
2026-08-18 10:59:08 +02:00
2026-08-18 09:32:04 +02:00
2026-08-31 12:27:24 +02:00
2026-04-24 14:41:47 +02:00
2026-08-30 01:18:37 +02:00
2026-08-30 01:18:37 +02:00
2026-02-19 00:35:33 +01:00
2025-10-20 21:28:38 +02:00
2026-08-31 12:53:34 +02:00
2026-08-31 01:19:06 +02:00
2026-03-05 23:05:35 +01:00
2026-09-04 13:10:54 -06:00
2026-09-08 11:15:15 -06:00
2026-09-08 11:15:15 -06:00
2026-08-31 12:22:28 +02:00
2025-03-27 14:26:48 +01:00
2026-08-18 13:42:14 +02:00
2026-08-18 13:42:14 +02:00
2026-08-30 23:05:04 +02:00
2026-08-30 23:05:04 +02:00
2026-08-30 23:05:04 +02:00
2026-08-12 14:06:16 +02:00
2026-09-08 11:15:15 -06:00
2026-07-29 16:27:33 +02:00
2026-08-11 15:43:48 +02:00
2026-08-24 09:53:37 +02:00
2026-09-05 16:15:45 -06:00
2026-07-27 18:37:28 +02:00
2026-09-05 13:34:12 -06:00
2026-05-19 11:07:07 +02:00
2026-08-30 22:45:50 +02:00
2026-08-30 22:45:50 +02:00
2026-08-31 01:19:06 +02:00
2026-02-13 12:34:26 +01:00
2026-09-08 11:15:15 -06:00
2026-08-15 18:31:20 +02:00
2026-02-05 09:44:42 +01:00
2026-08-20 00:40:41 +02:00
2026-08-20 00:40:41 +02:00
2026-08-31 12:47:23 +02:00
2026-08-16 23:09:12 +02:00