Skip to content
Snippets Groups Projects
Verified Commit 8dce267f authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

docs: simple doc changes

parent 57eaee09
No related branches found
No related tags found
No related merge requests found
Pipeline #1724 passed
......@@ -4,7 +4,7 @@ A Game Boy emulator that is written in Rust 🦀.
<img src="res/videos/002-mario.low.gif" width="360" />
**This emulator has been written for educational purposes and shouldn't be taken too seriously.** But yeahh it plays most of Game Boy games, which is cool... 🕹️
**This emulator has been written for educational purposes and shouldn't be taken too seriously.** But yeahh it plays most Game Boy games, which is cool... 🕹️
## Features
......@@ -76,7 +76,7 @@ You can use some GET parameters to control the initial behaviour of the emulator
| `fullscreen` | Boolean | If the emulator should start in fullscreen mode. |
| `fs` | Boolean | The same as `fullscreen`. |
| `debug` | Boolean | If the "debugger" should start visible. |
| `keyboard` | Boolean | If the on screen keyboard should start visible. |
| `keyboard` | Boolean | If the on-screen keyboard should start visible. |
| `palette` | String | The name of the palette to be set at startup( eg: `christmas`, `hogwards`, `mariobros`, etc.). |
### Palettes
......@@ -85,7 +85,7 @@ The palettes offered in the web version were provided by [TheWolfBunny64](https:
### Inspiration
To get some information about the resources that inspired my through the emulation creation journey check [Inspiration](doc/inspiration.md).
To get some information about the resources that inspired me through the emulation creation journey check [Inspiration](doc/inspiration.md).
## License
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment