diff --git a/demo/src/main.cpp b/demo/src/main.cpp index 20acee15..ae2bd6c7 100644 --- a/demo/src/main.cpp +++ b/demo/src/main.cpp @@ -15,6 +15,7 @@ int main() { Tyra::EngineOptions options; + options.loggingMode = LOGGING_EESIO; if (Demo::IS_REAL_PS2_VIA_USB) { options.loggingMode = LOGGING_EESIO; options.loadUsbDriver = true;