make rule for simpler citra testing (#110)

disables the 2 disruptive parts
This commit is contained in:
LiquidFenrir
2017-12-09 06:57:48 +01:00
committed by GitHub
parent b72f266e40
commit cb88c7e2dc
3 changed files with 10 additions and 0 deletions

View File

@@ -140,11 +140,13 @@ int main(void)
while(aptMainLoop())
{
#ifndef CITRA_MODE
if(R_FAILED(archive_result) && current_mode == MODE_THEMES)
{
throw_error("Theme extdata does not exist!\nSet a default theme from the home menu.", ERROR_LEVEL_ERROR);
break;
}
#endif
hidScanInput();
u32 kDown = hidKeysDown();