mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-17 07:49:21 +00:00
Remove the BAT checkbox/setting/implementation.
The current version of the setting is useless, and the real implementation (PR1882) will be always-on, and won't use any of the existing code.
This commit is contained in:
parent
20aa937824
commit
aa40f750d4
6 changed files with 7 additions and 83 deletions
|
@ -69,7 +69,7 @@ private:
|
|||
DECLARE_EVENT_TABLE();
|
||||
|
||||
// Core
|
||||
wxCheckBox *CPUThread, *SkipIdle, *MMU, *BAT, *DCBZOFF, *FPRF;
|
||||
wxCheckBox *CPUThread, *SkipIdle, *MMU, *DCBZOFF, *FPRF;
|
||||
wxCheckBox *SyncGPU, *FastDiscSpeed, *DSPHLE;
|
||||
|
||||
wxArrayString arrayStringFor_GPUDeterminism;
|
||||
|
@ -136,6 +136,7 @@ private:
|
|||
ID_IDLESKIP,
|
||||
ID_MMU,
|
||||
ID_DCBZOFF,
|
||||
ID_FPRF,
|
||||
ID_SYNCGPU,
|
||||
ID_DISCSPEED,
|
||||
ID_AUDIO_DSP_HLE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue