GPU: Update CRTC debug window reporting

This commit is contained in:
Albert Liu
2020-10-21 08:31:15 -07:00
parent 1a0b1a3149
commit ca7db7a2d2
2 changed files with 17 additions and 12 deletions

View File

@ -1074,8 +1074,6 @@ void SDLHostInterface::DrawDebugMenu()
settings_changed |= ImGui::MenuItem("Show Timers State", nullptr, &debug_settings.show_timers_state);
settings_changed |= ImGui::MenuItem("Show MDEC State", nullptr, &debug_settings.show_mdec_state);
ImGui::Separator();
if (settings_changed)
{
// have to apply it to the copy too, otherwise it won't save