mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Clean some DSP code, Fixes issue 4011.
Move some GUI code around for no apparent reason. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6995 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -58,8 +58,12 @@ public:
|
||||
ID_WIIPAGE,
|
||||
ID_PATHSPAGE,
|
||||
ID_PLUGINPAGE,
|
||||
};
|
||||
|
||||
ID_CPUTHREAD,
|
||||
private:
|
||||
enum
|
||||
{
|
||||
ID_CPUTHREAD = 1010,
|
||||
ID_IDLESKIP,
|
||||
ID_ENABLECHEATS,
|
||||
ID_FRAMELIMIT,
|
||||
@ -144,7 +148,6 @@ public:
|
||||
ID_DSP_ABOUT,
|
||||
};
|
||||
|
||||
private:
|
||||
wxNotebook* Notebook;
|
||||
wxPanel* PathsPage;
|
||||
|
||||
@ -184,7 +187,6 @@ private:
|
||||
wxCheckBox* EnableDTKMusic;
|
||||
wxCheckBox* EnableThrottle;
|
||||
wxArrayString wxArrayBackends;
|
||||
wxArrayString wxArrayRates;
|
||||
wxChoice* BackendSelection;
|
||||
wxChoice* FrequencySelection;
|
||||
|
||||
|
Reference in New Issue
Block a user