Use configuration files to enable or disable the new dyncom interpreter.
This commit is contained in:
parent
a7a57c04c6
commit
0783498f57
10 changed files with 67 additions and 7 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue