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
I've been trying to rebuild a game with a translation patch for use in Citra, but the RomFS region always comes out encrypted, no matter what flags I use when rebuilding the CXI (including --not-encrypt).
I've been trying to rebuild a game with a translation patch for use in Citra, but the RomFS region always comes out encrypted, no matter what flags I use when rebuilding the CXI (including
--not-encrypt
).After peeking at the source code, I noticed this:
3dstool/src/ncch.cpp
Lines 966 to 969 in 3cb0ebd
I think that if statement always fails, because:
3dstool/src/3dstool.cpp
Lines 218 to 221 in 3cb0ebd
Unless there's something else I'm missing?
The text was updated successfully, but these errors were encountered: