diff --git a/jc_profiles.json b/jc_profiles.json index 11d2587..8699c4e 100644 --- a/jc_profiles.json +++ b/jc_profiles.json @@ -1,11 +1,4 @@ [ - { - "L_BTN": "0A1E0A", - "L_JC": "82FF96", - "R_BTN": "0A1E28", - "R_JC": "96F5F5", - "name": "Animal Crossing: New Horizons" - }, { "L_BTN": "0F0F0F", "L_JC": "828282", diff --git a/source/changelog_page.cpp b/source/changelog_page.cpp index b28d0cb..e9d1a9a 100644 --- a/source/changelog_page.cpp +++ b/source/changelog_page.cpp @@ -33,7 +33,7 @@ ChangelogPage::ChangelogPage() : AppletFrame(true, true) verTitles.push_back("v1.1.3"); changes.push_back("\uE016 Now displays the latest installed cheat version.\n"\ - "\uE016 Now warns if in the app title if a new update is available."); + "\uE016 Now warns in the app title if a new update is available."); int nbVersions = verTitles.size(); items.reserve(nbVersions); diff --git a/source/extract.cpp b/source/extract.cpp index fc2bef9..c5be214 100644 --- a/source/extract.cpp +++ b/source/extract.cpp @@ -316,5 +316,6 @@ void removeCheats(CFW cfw){ } } std::filesystem::remove(UPDATED_TITLES_PATH); + std::filesystem::remove(CHEATS_VERSION); ProgressEvent::instance().setStep(ProgressEvent::instance().getMax()); } \ No newline at end of file