You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a new version of Makeuef Ver 2.4 which fixes the long lasting bug of swapping 8e1 8o1 parity which means any new uef files made with makeuef 2.4 will no long be correctly generated in PlayUEF now.
I have made new UEF's (with MakeUEF 2.4) of all the known titles I have come across that use 8e1 8o1 parity on a google drive. https://drive.google.com/drive/folders/1FXKW4NOKuOC4yf6-W8IoqtxIkrxC2PpL?usp=share_link
The text was updated successfully, but these errors were encountered:
Changing the following line
if (version < 3) {parityInvert = 1;
in uef2wave.js
to if (version === 2.3) {parityInvert = 1;
seems to fix the parity problem.
There is a new version of Makeuef Ver 2.4 which fixes the long lasting bug of swapping 8e1 8o1 parity which means any new uef files made with makeuef 2.4 will no long be correctly generated in PlayUEF now.
I have made new UEF's (with MakeUEF 2.4) of all the known titles I have come across that use 8e1 8o1 parity on a google drive.
https://drive.google.com/drive/folders/1FXKW4NOKuOC4yf6-W8IoqtxIkrxC2PpL?usp=share_link
The text was updated successfully, but these errors were encountered: