mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
DiscIO: Don't use all uppercase for enum values
Also removing some prefixes that we don't need now that we're using enum classes instead of plain enums.
This commit is contained in:
@ -364,7 +364,7 @@ void CISOProperties::CreateGUIControls()
|
||||
|
||||
wxStaticBoxSizer* const wii_overrides_sizer =
|
||||
new wxStaticBoxSizer(wxVERTICAL, m_GameConfig, _("Wii Console"));
|
||||
if (m_open_iso->GetVolumeType() == DiscIO::Platform::GAMECUBE_DISC)
|
||||
if (m_open_iso->GetVolumeType() == DiscIO::Platform::GameCubeDisc)
|
||||
{
|
||||
wii_overrides_sizer->ShowItems(false);
|
||||
m_enable_widescreen->Hide();
|
||||
|
Reference in New Issue
Block a user