mirror of
https://github.com/open-goal/jak-project
synced 2026-08-18 05:48:28 -04:00
[jak2] graphic options menu proof of concept (#2849)
  (The "Custom" option does not do anything right now.)
This commit is contained in:
@@ -164,7 +164,6 @@ void OpenGlDebugGui::draw(const DmaStats& dma_stats) {
|
||||
}
|
||||
ImGui::EndMenu();
|
||||
}
|
||||
ImGui::Text("Press F11 to toggle this toolbar");
|
||||
ImGui::Text("%s", fmt::format("Press {} to toggle this toolbar",
|
||||
sdl_util::get_keyboard_button_name(
|
||||
Gfx::g_debug_settings.hide_imgui_key, InputModifiers()))
|
||||
|
||||
Reference in New Issue
Block a user