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
Replace fopen with open to fix new disc errors
Latest devkitPPC update made fopen buffered which screws with the specific reading alignment/size that has to be used for .rpx files that are stored on the disc. So use unbuffered reads like the previous fopen behavior also used to do.
Fixes#33
Use product code for japanese titles
While it should support dumping japanese games, it doesn't seem to be working properly (in some cases at least)!
Fixes#32Fixes#31
Optimize font rendering and switch freetype2 to libschrift
Optimized the text rendering which should look clearer but also be a lot faster. This won't make the dumping process faster but it should make it more responsive.
Switching to libschrift should resort to a 400kb decrease in binary size.