mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Fix flashcardMount() code
This commit is contained in:
parent
1c99a3a613
commit
d78437e749
@ -217,11 +217,7 @@ TWL_CODE bool twl_flashcardMount(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool flashcardMount(void) {
|
bool flashcardMount(void) {
|
||||||
if (flashcardFound()) {
|
if ((!isDSiMode()) || (arm7SCFGLocked && !sdMountedDone)) {
|
||||||
fatGetVolumeLabel("fat", fatLabel);
|
|
||||||
fixLabel(true);
|
|
||||||
return true;
|
|
||||||
} else if ((!isDSiMode()) || (arm7SCFGLocked && !sdMountedDone)) {
|
|
||||||
fatInitDefault();
|
fatInitDefault();
|
||||||
if (flashcardFound()) {
|
if (flashcardFound()) {
|
||||||
fatGetVolumeLabel("fat", fatLabel);
|
fatGetVolumeLabel("fat", fatLabel);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user