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:
sl1nk3.s
2011-01-31 00:33:09 +00:00
parent 216cf0fd6a
commit ae7c64ec13
8 changed files with 103 additions and 130 deletions

View File

@ -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;