mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
Update Readme.md and various fixes
This commit is contained in:
parent
3eeab02ee2
commit
1f226ec14f
7 changed files with 15 additions and 12 deletions
|
@ -89,8 +89,8 @@ SoftwareVideoConfigDialog::SoftwareVideoConfigDialog(wxWindow* parent, const std
|
|||
group_info->Add(szr_info, 0, wxEXPAND | wxLEFT | wxRIGHT, space5);
|
||||
group_info->AddSpacer(space5);
|
||||
|
||||
szr_info->Add(new SettingCheckBox(page_general, _("Various Statistics"), "",
|
||||
Config::GFX_OVERLAY_STATS));
|
||||
szr_info->Add(
|
||||
new SettingCheckBox(page_general, _("Show Statistics"), "", Config::GFX_OVERLAY_STATS));
|
||||
}
|
||||
|
||||
// - utility
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue