Update init.cpp
This commit is contained in:
parent
9e062a6777
commit
bb9d810404
1 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ std::vector<std::pair<std::string, std::string>> Themes = { };
|
|||
static void getCurrentUsage(){
|
||||
u64 id;
|
||||
APT_GetProgramID(&id);
|
||||
is3DSX = (id != 0x0004000004391700);
|
||||
is3DSX = (id != 0x0004000004391701);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
@ -230,4 +230,4 @@ Result Init::Exit() {
|
|||
|
||||
romfsExit();
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue