DolphinQt2: Provide proper CPU core options for non-x64 systems

This commit is contained in:
JosJuice
2018-05-26 15:06:57 +02:00
parent 4d0708e777
commit 17be4c69b9
2 changed files with 34 additions and 41 deletions

View File

@ -4,6 +4,8 @@
#pragma once
#include <vector>
#include <QWidget>
class QCheckBox;
@ -44,9 +46,7 @@ private:
QCheckBox* m_checkbox_cheats;
QLabel* m_label_speedlimit;
QRadioButton* m_radio_interpreter;
QRadioButton* m_radio_cached_interpreter;
QRadioButton* m_radio_jit;
std::vector<QRadioButton*> m_cpu_cores;
// Analytics related
#if defined(USE_ANALYTICS) && USE_ANALYTICS