add pause component to launcher and components.ini

This commit is contained in:
somewhatlurker
2019-10-26 00:26:16 +11:00
parent f51de7a269
commit 4854086c8c
2 changed files with 5 additions and 0 deletions
@@ -247,6 +247,8 @@ ConfigOptionBase* componentsArray[] = {
new BooleanOption(L"target_inspector", COMPONENTS_SECTION, COMPONENTS_FILE, L"Target Inspector", L"Enables hold transfers.", false, true),
new BooleanOption(L"score_saver", COMPONENTS_SECTION, COMPONENTS_FILE, L"Score Saver", L"Saves high scores to plugins/scores.ini.", false, true),
new BooleanOption(L"pause", COMPONENTS_SECTION, COMPONENTS_FILE, L"Pause", L"Adds a pause menu.", false, true),
};
bool IsLineInFile(LPCSTR searchLine, LPCWSTR fileName)