mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-03 17:02:41 +00:00
WX: Change GC IPL to GC "Main Menu"
That is the official term used by Nintendo.
This commit is contained in:
parent
94bb55cef0
commit
3daf7c3f8e
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue