Update init.cpp

This commit is contained in:
MattTheTekie 2023-08-21 15:54:28 -04:00 committed by GitHub
commit c348c26214
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ std::vector<std::pair<std::string, std::string>> Themes = { };
static void getCurrentUsage(){
u64 id;
APT_GetProgramID(&id);
is3DSX = (id != 0x0004000004391701);
is3DSX = (id != 0x0004000004391700);
}
/*