Added the item in menu

This commit is contained in:
Baoulettes 2022-04-17 21:09:26 +02:00 committed by GitHub
parent 24bd6bc094
commit 5a9d440cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -417,6 +417,11 @@ namespace SohImGui {
CVar_SetS32("gMMBunnyHood", Game::Settings.enhancements.mm_bunny_hood);
needs_save = true;
}
if (ImGui::Checkbox("Fix L&R Pause menu", &Game::Settings.enhancements.uniform_lr)) {
CVar_SetS32("gUniformLR", Game::Settings.enhancements.uniform_lr);
needs_save = true;
}
ImGui::Text("Graphics");
ImGui::Separator();