add exp flag for loading audio device in controller

This commit is contained in:
scawful
2024-05-28 13:00:30 -04:00
parent fb16028037
commit de284d2735
3 changed files with 28 additions and 7 deletions

View File

@@ -66,6 +66,9 @@ class ExperimentFlags {
// Log to the console.
bool kLogToConsole = false;
// Load audio device for emulator
bool kLoadAudioDevice = false;
// Overworld flags
struct Overworld {
// Load and render overworld sprites to the screen. Unstable.