Hide menu entry for that fix

This commit is contained in:
Baoulettes 2022-04-22 01:31:12 +02:00 committed by GitHub
parent 8c0a5ecdf9
commit 7154e3ec02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -418,10 +418,10 @@ namespace SohImGui {
needs_save = true;
}
if (ImGui::Checkbox("Fix L&R Pause menu", &Game::Settings.enhancements.uniform_lr)) {
/*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();