mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
WX: Change GC IPL to GC "Main Menu"
That is the official term used by Nintendo.
This commit is contained in:
@ -66,7 +66,7 @@ void GameCubeConfigPane::InitializeGUI()
|
||||
"Lets the system language be set to values that games were not designed for. This can allow "
|
||||
"the use of extra translations for a few games, but can also lead to text display issues."));
|
||||
|
||||
m_skip_ipl_checkbox = new wxCheckBox(this, wxID_ANY, _("Skip IPL"));
|
||||
m_skip_ipl_checkbox = new wxCheckBox(this, wxID_ANY, _("Skip Main Menu"));
|
||||
|
||||
if (!File::Exists(File::GetUserPath(D_GCUSER_IDX) + DIR_SEP + USA_DIR + DIR_SEP GC_IPL) &&
|
||||
!File::Exists(File::GetSysDirectory() + GC_SYS_DIR + DIR_SEP + USA_DIR + DIR_SEP GC_IPL) &&
|
||||
@ -76,7 +76,7 @@ void GameCubeConfigPane::InitializeGUI()
|
||||
!File::Exists(File::GetSysDirectory() + GC_SYS_DIR + DIR_SEP + EUR_DIR + DIR_SEP GC_IPL))
|
||||
{
|
||||
m_skip_ipl_checkbox->Disable();
|
||||
m_skip_ipl_checkbox->SetToolTip(_("Put IPL roms in User/GC/{region}."));
|
||||
m_skip_ipl_checkbox->SetToolTip(_("Put Main Menu roms in User/GC/{region}."));
|
||||
}
|
||||
|
||||
// Device settings
|
||||
|
Reference in New Issue
Block a user