mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-06 03:58:02 +08:00
Update for ctrcommon changes.
This commit is contained in:
parent
07d45c83ff
commit
ada9e85713
@ -23,17 +23,6 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
|
||||
bool ninjhax = platformIsNinjhax();
|
||||
if(ninjhax) {
|
||||
KernelResult result = platformAcquireServices();
|
||||
if(result != KERNEL_SUCCESS) {
|
||||
std::stringstream errorStream;
|
||||
errorStream << "Failed to acquire services." << "\n";
|
||||
errorStream << platformGetKernelResultString(result) << "\n";
|
||||
uiPrompt(TOP_SCREEN, errorStream.str(), false);
|
||||
platformCleanup();
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
std::vector<std::string> extensions;
|
||||
extensions.push_back("cia");
|
||||
|
Loading…
x
Reference in New Issue
Block a user