mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Reformat all the things!
This commit is contained in:
@ -46,15 +46,16 @@ void AdvancedConfigPane::InitializeGUI()
|
||||
m_custom_rtc_time_picker = new wxTimePickerCtrl(this, wxID_ANY);
|
||||
|
||||
wxStaticText* const clock_override_description =
|
||||
new wxStaticText(this, wxID_ANY, _("Adjusts the emulated CPU's clock rate.\n\n"
|
||||
"Higher values may make variable-framerate games run "
|
||||
"at a higher framerate, at the expense of performance. "
|
||||
"Lower values may activate a game's internal "
|
||||
"frameskip, potentially improving performance.\n\n"
|
||||
"WARNING: Changing this from the default (100%) "
|
||||
"can and will break games and cause glitches. "
|
||||
"Do so at your own risk. Please do not report "
|
||||
"bugs that occur with a non-default clock."));
|
||||
new wxStaticText(this, wxID_ANY,
|
||||
_("Adjusts the emulated CPU's clock rate.\n\n"
|
||||
"Higher values may make variable-framerate games run "
|
||||
"at a higher framerate, at the expense of performance. "
|
||||
"Lower values may activate a game's internal "
|
||||
"frameskip, potentially improving performance.\n\n"
|
||||
"WARNING: Changing this from the default (100%) "
|
||||
"can and will break games and cause glitches. "
|
||||
"Do so at your own risk. Please do not report "
|
||||
"bugs that occur with a non-default clock."));
|
||||
|
||||
wxStaticText* const custom_rtc_description = new wxStaticText(
|
||||
this, wxID_ANY,
|
||||
|
@ -82,7 +82,8 @@ void GameCubeConfigPane::InitializeGUI()
|
||||
// Device settings
|
||||
// EXI Devices
|
||||
wxStaticText* GCEXIDeviceText[3] = {
|
||||
new wxStaticText(this, wxID_ANY, _("Slot A")), new wxStaticText(this, wxID_ANY, _("Slot B")),
|
||||
new wxStaticText(this, wxID_ANY, _("Slot A")),
|
||||
new wxStaticText(this, wxID_ANY, _("Slot B")),
|
||||
new wxStaticText(this, wxID_ANY, "SP1"),
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user