fix PC NTE menu item flags

This commit is contained in:
Martin Michelsen
2023-12-17 23:49:20 -08:00
parent e8431225d0
commit 58fa32b95b
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ struct MenuItem {
enum Flag {
// For menu items to be visible on DC NTE, they must not have either of the
// following two flags. (The INVISIBLE_ON_GC_NTE flag behaves similarly.)
INVISIBLE_ON_DC_NTE = 0x001,
INVISIBLE_ON_DC_PROTOS = 0x001,
INVISIBLE_ON_DC = 0x002,
INVISIBLE_ON_PC_NTE = 0x004,
INVISIBLE_ON_PC = 0x008,