We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cacc875 commit 5ed21d2Copy full SHA for 5ed21d2
Emulator/Utilities/Parser.h
@@ -73,7 +73,7 @@ template <typename Enum> long parsePartialEnum(const string& key, std::function<
73
74
if (!accept(i)) continue;
75
76
- auto enumkey = string(Enum::key(i));
+ auto enumkey = string(Enum::rawkey(i));
77
78
// Check if the full key matches
79
if (enumkey == upper) return i;
0 commit comments