mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Some leftover work from unfinished DX9 Access EFB. In DSP HLE, 0x0004,7,b,c are almost done, all that's left to do is resample from 0x50 to _Size.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4313 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -3213,7 +3213,7 @@ void 0919_Decoder0x6_Constant(AR0, AX0.L) {
|
||||
|
||||
void 091c_Decoder0x7_WaveTable(ACC0, AR0, AX0.L) {
|
||||
// So AR2 is where it reads the data from, and it updates ACC0 to the final read address in the end
|
||||
// Questions: What is IX2 used for? And how does the wrap register change the data access?
|
||||
// Questions: How does the wrap register change the data access?
|
||||
|
||||
// 091c 0082 0100 lri $AR2, #0x0100
|
||||
// 091e 008a 003f lri $WR2, #0x003f
|
||||
|
Reference in New Issue
Block a user