mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 05:32:47 +00:00
Block copying to virtual game drive on UI level
This commit is contained in:
parent
790f264a68
commit
be91f8f96f
@ -849,6 +849,8 @@ u32 GodMode() {
|
|||||||
last_clipboard_size = clipboard->n_entries;
|
last_clipboard_size = clipboard->n_entries;
|
||||||
} else if ((curr_drvtype & DRV_SEARCH) && (pad_state & BUTTON_Y)) {
|
} else if ((curr_drvtype & DRV_SEARCH) && (pad_state & BUTTON_Y)) {
|
||||||
ShowPrompt(false, "Not allowed in search drive");
|
ShowPrompt(false, "Not allowed in search drive");
|
||||||
|
} else if ((curr_drvtype & DRV_GAME) && (pad_state & BUTTON_Y)) {
|
||||||
|
ShowPrompt(false, "Not allowed in virtual game path");
|
||||||
} else if (pad_state & BUTTON_Y) { // paste files
|
} else if (pad_state & BUTTON_Y) { // paste files
|
||||||
const char* optionstr[2] = { "Copy path(s)", "Move path(s)" };
|
const char* optionstr[2] = { "Copy path(s)", "Move path(s)" };
|
||||||
char promptstr[64];
|
char promptstr[64];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user