mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Fix setting file attributes
This commit is contained in:
parent
8f588fa8bc
commit
e87f69dc20
@ -996,7 +996,7 @@ u32 FileAttrMenu(const char* file_path) {
|
|||||||
return 0;
|
return 0;
|
||||||
} else if (vrt) continue;
|
} else if (vrt) continue;
|
||||||
|
|
||||||
switch (pad_state) {
|
switch (pad_state & BUTTON_ARROW) {
|
||||||
case BUTTON_UP:
|
case BUTTON_UP:
|
||||||
new_attrib ^= AM_RDO;
|
new_attrib ^= AM_RDO;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user