Use configuration files to enable or disable the new dyncom interpreter.

This commit is contained in:
archshift 2014-10-25 12:54:44 -07:00
parent a7a57c04c6
commit 0783498f57
10 changed files with 67 additions and 7 deletions

View file

@ -7,6 +7,7 @@
namespace Settings {
struct Values {
// Controls
int pad_a_key;
int pad_b_key;
int pad_x_key;
@ -25,6 +26,10 @@ struct Values {
int pad_sleft_key;
int pad_sright_key;
// Core
int cpu_core;
// Data Storage
bool use_virtual_sd;
} extern values;