mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
bug fix
This commit is contained in:
parent
06f46aed76
commit
e0a39ee850
@ -42,7 +42,7 @@ void driveMenu (void) {
|
||||
int held = 0;
|
||||
|
||||
while (true) {
|
||||
if (isDSiMode() && !pressed) {
|
||||
if (isDSiMode() && !pressed && !held) {
|
||||
if (REG_SCFG_MC == 0x11) {
|
||||
if (flashcardMounted) {
|
||||
flashcardUnmount();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user