kapodamy
kapodamy
The DMA was disabled in commit https://github.com/KallistiOS/KallistiOS/commit/44a62b490650c4da1fd386da594204aded37e9e1 (very old commit) due: > XXX: DMA Mode may conflict with using a second G1ATA device. More testing is needed from someone with...
Original PR was a patch over various bugs, so i ended rewriting fs_vmu with the only exception of not implementing `O_CREATE`
splitted in 15 commits by feature and usage (from each previous commit)
Applied all requested changes, i also dropped `vmu_pkg_t::initial_data` change in favor of `vmu_pkg_build_ex`() function.
> First round of review, a few comments inline. > > One thing I don't understand, why do you need a way to force reading a file when the CRC...
@pcercuei ~~youre right, i was reinventing the wheel.~~ EDIT: Recursive mutex causes `snd_sh4_to_aica_stop` to be "blocking" again and introduce some kind of delay (partial flushes???). I ran a test with...
I forget the existence of this PR until a pushed a wrong commit. I made several changes on AICA side in order to get rid of queue blocking. Also implemented...