Skip to content

Commit 5ad1d2a

Browse files
committed
Update Gearlynx docs
1 parent 20b7802 commit 5ad1d2a

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

docs/library/gearlynx.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
Gearlynx is an open source, cross-platform, Atari Lynx emulator written in C++.
66

77
- Very accurate emulation supporting the entire commercial Atari Lynx catalog.
8+
- Bank switching (BANK1 + AUDIN) and EEPROM support.
9+
- Save files (EEPROM and NVRAM).
810
- Configurable low-pass audio filter.
911
- Internal database for automatic rom detection and hardware selection if `Auto` options are selected.
1012
- Supported platforms (libretro): Windows, Linux, macOS, Raspberry Pi, Android, iOS, tvOS, PlayStation Vita, PlayStation 3, Nintendo 3DS, Nintendo GameCube, Nintendo Wii, Nintendo WiiU, Nintendo Switch, Emscripten, Classic Mini systems (NES, SNES, C64, ...), OpenDingux, RetroFW and QNX.
@@ -52,7 +54,7 @@ Frontend-level settings or features that the Gearlynx core respects.
5254
|-------------------|:---------:|
5355
| Restart ||
5456
| Screenshots ||
55-
| Saves | |
57+
| Saves | |
5658
| States ||
5759
| Rewind ||
5860
| Netplay ||
@@ -81,6 +83,12 @@ The Gearlynx core's library name is 'Gearlynx'
8183

8284
The Gearlynx core saves/loads to/from these directories.
8385

86+
**Frontend's Save directory**
87+
88+
| File | Description |
89+
|:-----:|:----------------------:|
90+
| *.srm | EEPROM / NVRAM save |
91+
8492
**Frontend's State directory**
8593

8694
| File | Description |
@@ -112,7 +120,7 @@ Settings with (restart) means that core has to be closed for the new setting to
112120
- *16:9 DAR* forces 16:9 aspect ratio.
113121
- *16:10 DAR* forces 16:10 aspect ratio.
114122

115-
- **Screen Rotation** [gearlynx_rotation] (**Auto**|Left|Right)
123+
- **Screen Rotation** [gearlynx_rotation] (**Auto**|Left|Right|Disabled)
116124

117125
Rotates the screen display. This is useful since many Lynx games were designed to be played with the system held vertically.
118126

0 commit comments

Comments
 (0)