rename game setting

This commit is contained in:
h4570
2022-08-28 17:11:12 +02:00
parent f08da7b358
commit 3f9bb33177
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
int main() {
Tyra::EngineOptions options;
if (Demo::IS_REAL_PS2) {
if (Demo::IS_REAL_PS2_VIA_USB) {
options.writeLogsToFile = true;
options.loadUsbDriver = true;
}