You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/1.docs/7.options.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -525,15 +525,15 @@ Sets the default settings menu options.
525
525
EJS_defaultOptions = {
526
526
'shader':'crt-mattias.glslp',
527
527
'save-state-slot':4,
528
-
'save-state-location':'keep in browser'
528
+
'save-state-location':'browser'
529
529
}
530
530
```
531
531
532
532
## Debug Options
533
533
534
534
### `EJS_DEBUG_XX`
535
535
536
-
You can set this to `true` to enable debug mode. This will log a lot of information to the console and use the unminified scripts. This is useful for debugging issues with the emulator. And it is recommended to use this when you are contibuting to the project.
536
+
You can set this to `true` to enable debug mode. This will log a lot of information to the console and use the unminified scripts. This is useful for debugging issues with the emulator. And it is recommended to use this when you are contributing to the project.
0 commit comments