SD cluster size incorrectly detected
Opened this issue · 3 comments
RocketRobz commented
While testing libslim in TWLMenu++, when launching a game, it says the SD cluster size isn't 32KB.
chyyran commented
RocketRobz commented
It checks for f_bsize:
if (f_bsize < (32 << 10))
chyyran commented
Which is configured here:
Line 57 in 4d1b958
Line 623 in 4d1b958
libslim/libslim/source/ffconf.h
Line 201 in 4d1b958
Probably need to set this so the equation balances properly, could possibly be a source of bugs with libslim