diff --git a/Source/Project64-core/N64System/Enhancement/Enhancement.cpp b/Source/Project64-core/N64System/Enhancement/Enhancement.cpp index 67057553c..5c888203f 100644 --- a/Source/Project64-core/N64System/Enhancement/Enhancement.cpp +++ b/Source/Project64-core/N64System/Enhancement/Enhancement.cpp @@ -183,6 +183,38 @@ CEnhancement::CEnhancement(const char * Ident, const char * Entry) : { SetOverClock(true, atoi(&Pos[1])); } + else if (stricmp(Key.c_str(), "Author") == 0) + { + // TODO + } + else if (stricmp(Key.c_str(), "WIP") == 0) + { + // TODO + } + else if (stricmp(Key.c_str(), "Counter Factor") == 0) + { + // TODO + } + else if (stricmp(Key.c_str(), "VI Refresh") == 0) + { + // TODO + } + else if (stricmp(Key.c_str(), "RDRAM Size") == 0) + { + // TODO + } + else if (stricmp(Key.c_str(), "SMM-Protect") == 0) + { + // TODO + } + else if (stricmp(Key.c_str(), "Fixed Audio") == 0) + { + // TODO + } + else if (stricmp(Key.c_str(), "Sync Audio") == 0) + { + // TODO + } else { g_Notify->BreakPoint(__FILE__, __LINE__);