Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aesnd: fix AESND_Reset. free voices & fix cmpi of unsigned short. #143

Merged
merged 1 commit into from
Mar 13, 2023

Conversation

DacoTaco
Copy link
Member

@DacoTaco DacoTaco commented Mar 13, 2023

courtesy to Extrems & @muff1n1634 for providing the fix
tested with
AESNDResetFix.zip

@DacoTaco DacoTaco merged commit a7e4bcd into devkitPro:master Mar 13, 2023
@DacoTaco DacoTaco deleted the fixes/aesnd branch March 13, 2023 17:46
@Pokechu22
Copy link

For my own future reference, the pre-compiled template.dol and template.elf in AESNDResetFix.zip does not work correctly, as the ucode included with it uses 0049 009f dead lri $AC1.M, #0xdead (clobbering the value to be compared, and leaving 0xface in $AC0.M from the earlier comparison) instead of 0049 009e dead lri $AC0.M, #0xdead. This does not affect the ucode included in libogc so re-compiling it gives the proper result.

The broken version has the following hashes:

Hashes of DSP_UC_802e5e41.bin: ector 802e5e41 crc 7380067f adler 311f2d5f 03e8 bytes (01f4 words)

The correct version has the following hashes:

Hashes of DSP_UC_002e5e41.bin: ector 002e5e41 crc 5ba4fb19 adler 2dca2d5e 03e8 bytes (01f4 words)

@DacoTaco
Copy link
Member Author

@Pokechu22 : ah, my mistake. i shouldn't have included the dol/elf's lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants