mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 03:35:59 +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
|
@ -49,9 +49,9 @@ void SoftwareRendererWidget::CreateWidgets()
|
|||
auto* overlay_box = new QGroupBox(tr("Overlay Information"));
|
||||
auto* overlay_layout = new QGridLayout();
|
||||
overlay_box->setLayout(overlay_layout);
|
||||
m_enable_statistics = new GraphicsBool(tr("Various Statistics"), Config::GFX_OVERLAY_STATS);
|
||||
m_show_statistics = new GraphicsBool(tr("Show Statistics"), Config::GFX_OVERLAY_STATS);
|
||||
|
||||
overlay_layout->addWidget(m_enable_statistics);
|
||||
overlay_layout->addWidget(m_show_statistics);
|
||||
|
||||
auto* utility_box = new QGroupBox(tr("Utility"));
|
||||
auto* utility_layout = new QGridLayout();
|
||||
|
@ -162,6 +162,6 @@ void SoftwareRendererWidget::AddDescriptions()
|
|||
"this unchecked.");
|
||||
|
||||
AddDescription(m_backend_combo, TR_BACKEND_DESCRIPTION);
|
||||
AddDescription(m_enable_statistics, TR_SHOW_STATISTICS_DESCRIPTION);
|
||||
AddDescription(m_show_statistics, TR_SHOW_STATISTICS_DESCRIPTION);
|
||||
AddDescription(m_dump_textures, TR_DUMP_TEXTURES_DESCRIPTION);
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@ private:
|
|||
void AddDescriptions();
|
||||
|
||||
QComboBox* m_backend_combo;
|
||||
QCheckBox* m_enable_statistics;
|
||||
QCheckBox* m_show_statistics;
|
||||
QCheckBox* m_dump_textures;
|
||||
QCheckBox* m_dump_objects;
|
||||
QCheckBox* m_dump_tev_stages;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue