Skip to content

Commit 18440c3

Browse files
[main] Add images to documentation (Polprzewodnikowy#193)
<!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> Adds some images to documentation. ## Motivation and Context <!--- What does this sample do? What problem does it solve? --> <!--- If it fixes/closes/resolves an open issue, please link to the issue here --> Improves look of website and shows others the way forward. ## How Has This Been Tested? <!-- (if applicable) --> <!--- Please describe in detail how you tested your sample/changes. --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> ## Screenshots <!-- (if appropriate): --> ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [ ] Improvement (non-breaking change that adds a new feature) - [ ] Bug fix (fixes an issue) - [ ] Breaking change (breaking change) - [x] Documentation Improvement - [ ] Config and build (change in the configuration and build system, has no impact on code or features) ## Checklist: <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [ ] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. <!--- It would be nice if you could sign off your contribution by replacing the name with your GitHub user name and GitHub email contact. --> Signed-off-by: GITHUB_USER <GITHUB_USER_EMAIL>
1 parent e997076 commit 18440c3

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
[![#yourfirstpr](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](https://github.com/Polprzewodnikowy/N64FlashcartMenu/CONTRIBUTING.md)
66

77
# N64 Flashcart Menu
8-
An open source menu for N64 flashcarts.
8+
An open source menu for N64 flashcarts.
9+
![N64FlashcartMenu menu information](./docs/images/menu-information.png)
910

1011
## Supported Flashcarts
1112
This menu aims to support as many N64 flashcarts as possible.
@@ -121,6 +122,8 @@ These can be updated using the settings editor, but if required, you can also ma
121122
* Ensure the cart has the latest [firmware](https://github.com/Polprzewodnikowy/SummerCart64/releases/latest) installed.
122123
* Download the latest `sc64menu.n64` file from the [releases](https://github.com/Polprzewodnikowy/N64FlashcartMenu/releases/) page, then put it in the root directory of your SD card.
123124

125+
![SC64 flashcart information](./docs/images/sc64-flashcart-information.png)
126+
124127

125128
### 64drive
126129
* Ensure the cart has the latest [firmware](https://64drive.retroactive.be/support.php) installed.

docs/01_menu_controls.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
Press either the `C-Up` or `C-Down` buttons to scroll by pages, rather than by elements.
77

88
#### N64FlashcartMenu settings
9-
Press the `START` button on the browser screen to open the Settings window. From here you can edit some of the N64FlashcartMenu settings,
10-
see information about either the console, the flashcart you are using or N64FlashcartMenu itself, and if your cart has Real-Time Clock (RTC) support,
11-
you can also change its date and time.
9+
Press the `START` button on the browser screen to open the Settings window.
10+
![Browser context menu](./images/main-context-menu.png)
11+
From here you can edit some of the N64FlashcartMenu settings,
12+
see information about either the console, the flashcart you are using or N64FlashcartMenu itself, and if your cart has Real-Time Clock (RTC) support, you can also change its date and time.
1213

1314
#### Browser options
1415
Press the `R` button to open the Browser Options window. Here you can see a ROM's properties, delete it from your SD card or establish the default folder

docs/images/main-context-menu.png

41.5 KB
Loading

docs/images/menu-information.png

195 KB
Loading
138 KB
Loading

0 commit comments

Comments
 (0)