mirror of
https://github.com/wiiu-env/homebrew_on_menu_plugin.git
synced 2024-11-22 02:29:15 +01:00
Only check for SD insertion/removal in Wii U Menu
This commit is contained in:
parent
d54d575a6f
commit
233b35edbe
@ -76,6 +76,11 @@ ON_APPLICATION_START(args) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ON_VYSNC() {
|
ON_VYSNC() {
|
||||||
|
if (OSGetTitleID() != 0x0005001010040000L && // Wii U Menu JPN
|
||||||
|
OSGetTitleID() != 0x0005001010040100L && // Wii U Menu USA
|
||||||
|
OSGetTitleID() != 0x0005001010040200L) { // Wii U Menu ERU
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (doReboot) {
|
if (doReboot) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user