StraDaMa

Results 3 issues of StraDaMa

On real hardware using an 8 byte aligned source/destination offset makes GX_TextureCopy begin from the last 16 byte aligned offset. On citra GX_TextureCopy copies starting from the 8 byte aligned...

T-bug
A-graphics
E-easy

The crash can be replicated by simply taking the basic_sound example and changing the call to `mmInitDefault` to `mmInit`. For the code below, I'm using the GBA example given here:...

This adds a new lua method for loading a user generated Bnk file for music modding. The bnk is loaded after `Vol1Global.bnk` or `Vol2Global.bnk` The new function is `chaudloader.bck.load_bck` and...