mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 11:08:56 +00: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:
parent
c3398c9e2c
commit
4387432436
22 changed files with 254 additions and 267 deletions
|
@ -78,7 +78,7 @@ QGroupBox* InfoWidget::CreateBannerDetails()
|
|||
CreateLanguageSelector();
|
||||
|
||||
layout->addRow(tr("Show Language:"), m_language_selector);
|
||||
if (m_game.GetPlatform() == DiscIO::Platform::GAMECUBE_DISC)
|
||||
if (m_game.GetPlatform() == DiscIO::Platform::GameCubeDisc)
|
||||
{
|
||||
layout->addRow(tr("Name:"), m_name);
|
||||
layout->addRow(tr("Maker:"), m_maker);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue