Merge pull request #1437 from skidau/Remove-DSP-thread-option

Removed the DSP LLE on separate thread option.
This commit is contained in:
skidau
2014-12-06 10:54:53 +11:00
7 changed files with 30 additions and 20 deletions

View File

@ -80,7 +80,6 @@ private:
ID_FRAMELIMIT,
ID_CPUENGINE,
ID_DSPTHREAD,
ID_NTSCJ,
@ -144,7 +143,6 @@ private:
// Advanced
wxRadioBox* CPUEngine;
wxCheckBox* DSPThread;
wxCheckBox* _NTSCJ;