Skip to content

Commit

Permalink
Fix typo which disabled GEDebugger
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaMoo committed May 12, 2019
1 parent 74a7e25 commit 2da9de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Windows/MainWindowMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,7 @@ namespace MainWindow {
break;
}

#if PPSSPP_API(ANY_GL)
#if !PPSSPP_API(ANY_GL)
EnableMenuItem(menu, ID_DEBUG_GEDEBUGGER, MF_GRAYED);
#endif

Expand Down

0 comments on commit 2da9de9

Please sign in to comment.