Added Dump Frames/Audio to Movie Menu

This commit is contained in:
Fog
2014-10-11 12:31:02 -04:00
parent 355a2d33aa
commit 432e89b68d
7 changed files with 21 additions and 9 deletions

View File

@ -88,7 +88,6 @@ private:
ID_DSPENGINE,
ID_ENABLE_HLE_AUDIO,
ID_ENABLE_THROTTLE,
ID_DUMP_AUDIO,
ID_DPL2DECODER,
ID_LATENCY,
ID_BACKEND,
@ -163,7 +162,6 @@ private:
wxRadioBox* DSPEngine;
wxSlider* VolumeSlider;
wxStaticText* VolumeText;
wxCheckBox* DumpAudio;
wxCheckBox* DPL2Decoder;
wxArrayString wxArrayBackends;
wxChoice* BackendSelection;