get rid of JIT and other things
This commit is contained in:
@@ -11,11 +11,9 @@ struct Settings {
|
||||
inline float GetVolumeL() const { return volumeL; };
|
||||
inline float GetVolumeR() const { return volumeR; };
|
||||
inline bool GetLockChannels() const { return lockChannels; }
|
||||
inline std::string GetCpuType() const { return cpuType; }
|
||||
|
||||
void RenderWidget(bool& show);
|
||||
private:
|
||||
std::string cpuType = "interpreter";
|
||||
float volumeL = 0.0, volumeR = 0.0;
|
||||
bool lockChannels = true;
|
||||
json settings;
|
||||
|
||||
Reference in New Issue
Block a user