Moved CPU Emulation Engine options to the Advanced tab

This commit is contained in:
Ethan Roseman
2019-10-08 14:48:43 -04:00
parent a1405f70a2
commit 1ce566f9fd
4 changed files with 65 additions and 56 deletions

View File

@ -4,8 +4,6 @@
#pragma once
#include <vector>
#include <QWidget>
class QCheckBox;
@ -32,7 +30,6 @@ private:
void ConnectLayout();
void CreateBasic();
void CreateAutoUpdate();
void CreateAdvanced();
void LoadConfig();
void OnSaveConfig();
@ -51,8 +48,6 @@ private:
#endif
QLabel* m_label_speedlimit;
std::vector<QRadioButton*> m_cpu_cores;
// Analytics related
#if defined(USE_ANALYTICS) && USE_ANALYTICS
void CreateAnalytics();