Skip to content

Commit

Permalink
Fixed ipc analysis option not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
Adubbz committed Jun 3, 2019
1 parent fb87a3e commit c2dea5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/adubbz/nx/analyzer/IPCAnalyzer.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ public boolean getDefaultEnablement(Program program)
public boolean canAnalyze(Program program)
{
// TODO: Better checking here
if (program.getLanguage().getLanguageID() == SwitchLoader.LANG_ID)
return true;
if (program.getName().endsWith(".kip1"))
return true;
return false;
}

Expand Down

0 comments on commit c2dea5d

Please sign in to comment.