Revert "Fix duplication"

This reverts commit 446e62c69f.
This commit is contained in:
tildearrow 2022-08-18 18:05:34 -05:00
parent 90633b2cbc
commit aa1e34ffd3
2 changed files with 5 additions and 1 deletions

View File

@ -858,7 +858,7 @@ struct FurnaceGUISysCategory {
description(NULL) {}
};
static const char* macroDummyMode[1]={
static const char* dummyMode[1]={
NULL
};

View File

@ -323,6 +323,10 @@ const char* macroQSoundMode[3]={
NULL
};
const char* macroDummyMode[1]={
NULL
};
const char* macroFilterMode[4]={
"Relative",
"Absolute",