mirror of
https://github.com/open-goal/jak-project
synced 2026-07-31 08:16:02 -04:00
[graphics] small improvements (#1351)
* faster texture upload lookup * fix debug menu * cleanup * one more
This commit is contained in:
@@ -123,8 +123,10 @@ void OpenGlDebugGui::draw(const DmaStats& dma_stats) {
|
||||
ImGui::EndMenu();
|
||||
}
|
||||
|
||||
if (ImGui::BeginMenu("Reboot in Debug Mode")) {
|
||||
want_reboot_in_debug = true;
|
||||
if (ImGui::BeginMenu("Debug Mode")) {
|
||||
if (ImGui::MenuItem("Reboot now!")) {
|
||||
want_reboot_in_debug = true;
|
||||
}
|
||||
ImGui::EndMenu();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user