-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SD cluster size incorrectly detected #7
Comments
relevant lines: Line 125 in 4d1b958
Line 627 in 4d1b958
Line 1200 in 4d1b958
Maybe we need to manually set this..? How does TWLMenu++/nds-bootstrap determine cluster size |
It checks for f_bsize: if (f_bsize < (32 << 10)) |
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 |
While testing libslim in TWLMenu++, when launching a game, it says the SD cluster size isn't 32KB.
The text was updated successfully, but these errors were encountered: