diff options
author | Cameron Cawley | 2019-11-06 14:21:36 +0000 |
---|---|---|
committer | GitHub | 2019-11-06 14:21:36 +0000 |
commit | 56e5bd0d7702f448af7c414dba9f635c84c79913 (patch) | |
tree | 61aaf4bf2db471ca8f27089dc017409de5cf4337 /backends | |
parent | 2c491243f5ddf101ea600bb1233a809d8ea0bf68 (diff) | |
download | scummvm-rg350-56e5bd0d7702f448af7c414dba9f635c84c79913.tar.gz scummvm-rg350-56e5bd0d7702f448af7c414dba9f635c84c79913.tar.bz2 scummvm-rg350-56e5bd0d7702f448af7c414dba9f635c84c79913.zip |
3DS: Improve the table of contents in the README.md file
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/3ds/README.md | 38 |
1 files changed, 18 insertions, 20 deletions
diff --git a/backends/platform/3ds/README.md b/backends/platform/3ds/README.md index 38bc9ec090..c56669952f 100644 --- a/backends/platform/3ds/README.md +++ b/backends/platform/3ds/README.md @@ -3,26 +3,24 @@ ScummVM 3DS README Table of Contents: ------------------ -1.0) Installation - * 1.1 3DSX installation - * 1.2 CIA installation - * 1.3 Additional files - -2.0) Controls - * 2.1 Default key mappings - * 2.2 Hover mode - * 2.3 Drag mode - * 2.4 Magnify mode - -3.0) Supported Games - -4.0) Compiling - * 4.1 Prerequisites - * * 4.1.1 Compiling third-party libraries - * * 4.1.2 Manually setting up the environment - * * 4.1.3 Note on FLAC - * 4.2 Compiling ScummVM - * 4.3 Warning for build sizes +[1.0) Installation](#10-installation) + * [1.1 3DSX installation](#11-3dsx-installation) + * [1.2 CIA installation](#12-cia-installation) + +[2.0) Controls](#20-controls) + * [2.1 Default key mappings](#21-default-key-mappings) + * [2.2 Hover mode](#22-hover-mode) + * [2.3 Drag mode](#23-drag-mode) + * [2.4 Magnify mode](#24-magnify-mode) + +[3.0) Supported Games](#30-supported-games) + +[4.0) Compiling](#40-compiling) + * [4.1 Prerequisites](#41-prerequisites) + * * [4.1.1 Compiling third-party libraries](#411-compiling-third-party-libraries) + * * [4.1.2 Manually setting up the environment](#412-manually-setting-up-the-environment) + * [4.2 Compiling ScummVM](#42-compiling-scummvm) + * [4.3 Warning for build sizes](#43-warning-for-build-sizes) 1.0) Installation ----------------- |