From d9456bcd142a754bb0cb1fc4692a0cf0951cb36e Mon Sep 17 00:00:00 2001 From: Mateusz Faderewski Date: Fri, 31 Mar 2023 22:08:13 +0200 Subject: [PATCH] Updated documentation --- docs/04_config_options.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/04_config_options.md b/docs/04_config_options.md index 3c94e3c..abb2608 100644 --- a/docs/04_config_options.md +++ b/docs/04_config_options.md @@ -132,9 +132,10 @@ type: *enum* | default: `0` - `3` - SRAM 256 kib save is enabled - `4` - FlashRAM 1 Mib save is enabled - `5` - SRAM 768 kib save is enabled +- `6` - SRAM 1 Mib save is enabled Use this setting for selecting save type that will be emulated. Only one save type can be enabled. -Any successful write to this config will disable automatic save writeback to SD card when previously enabled. +Any successful write to this config will disable automatic save writeback to USB or SD card when previously enabled. ---