mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-12-16 04:08:48 +00:00
OSD: Formatting Cleanup
This commit is contained in:
parent
86a7e97025
commit
a02e1b3487
@ -559,10 +559,10 @@ __ri void ImGuiManager::DrawSettingsOverlay(float scale, float margin, float spa
|
||||
} while (0)
|
||||
|
||||
if (Patch::GetAllActivePatchesCount() > 0 && EmuConfig.GS.OsdshowPatches)
|
||||
APPEND("DB={} P={} C={} | ",
|
||||
Patch::GetActiveGameDBPatchesCount(),
|
||||
Patch::GetActivePatchesCount(),
|
||||
Patch::GetActiveCheatsCount());
|
||||
APPEND("DB={} P={} C={} | ",
|
||||
Patch::GetActiveGameDBPatchesCount(),
|
||||
Patch::GetActivePatchesCount(),
|
||||
Patch::GetActiveCheatsCount());
|
||||
|
||||
if (EmuConfig.Speedhacks.EECycleRate != 0)
|
||||
APPEND("CR={} ", EmuConfig.Speedhacks.EECycleRate);
|
||||
@ -1085,7 +1085,8 @@ void SaveStateSelectorUI::Open(float open_time /* = DEFAULT_OPEN_TIME */)
|
||||
RefreshHotkeyLegend();
|
||||
}
|
||||
|
||||
bool SaveStateSelectorUI::IsOpen(){
|
||||
bool SaveStateSelectorUI::IsOpen()
|
||||
{
|
||||
return s_open;
|
||||
}
|
||||
|
||||
|
||||
@ -673,7 +673,7 @@ const char* Pcsx2Config::GSOptions::DEFAULT_CAPTURE_CONTAINER = "mp4";
|
||||
|
||||
const char* Pcsx2Config::AchievementsOptions::OverlayPositionNames[(size_t)AchievementOverlayPosition::MaxCount + 1] = {
|
||||
"TopLeft",
|
||||
"TopCenter",
|
||||
"TopCenter",
|
||||
"TopRight",
|
||||
"CenterLeft",
|
||||
"Center",
|
||||
@ -1906,7 +1906,7 @@ void Pcsx2Config::AchievementsOptions::LoadSave(SettingsWrapper& wrap)
|
||||
|
||||
bool Pcsx2Config::AchievementsOptions::operator==(const AchievementsOptions& right) const
|
||||
{
|
||||
return OpEqu(bitset) && OpEqu(NotificationsDuration) && OpEqu(LeaderboardsDuration) &&
|
||||
return OpEqu(bitset) && OpEqu(NotificationsDuration) && OpEqu(LeaderboardsDuration) &&
|
||||
OpEqu(OverlayPosition) && OpEqu(NotificationPosition);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user