asiekierka / nitrotracker

A Fasttracker II style tracker for the Nintendo DS
74 stars 6 forks source link

Corrupted samples with buggy DLDI's (unsupported non-aligned writes) (0xtob/#15) #41

Closed asiekierka closed 1 year ago

asiekierka commented 1 year ago

There should be added a write buffer to the XM saving routine so you can save uncorrupted XMs regardless of whether or not your driver can write unaligned.

asiekierka commented 1 year ago

Mitigated in 0.4.3-unofficial - BlocksDS's filesystem writing code properly allocates an aligned buffer if trying to write from an unaligned buffer.