Small edits

sakuramipha 2023-05-10 06:24:21 +01:00
parent 92cf827e22
commit 2c2c62d1e8

@ -16,6 +16,7 @@ You may download a precompiled binary from [our website](https://citra-emu.org/d
* [[Build Instructions for macOS|Building for macOS]]
* [[Build Instructions for Linux|Building for Linux]]
* To Ubuntu users: only 18.04 and up provides sufficient dependencies to build Citra. Please upgrade your system if you are on a lower version (or grab dependencies somewhere else if you know how to)
* [[Build Instructions for Android|Building for Android]]
If you are having trouble building Citra from the source code, see this wiki page:
* [[Common Issues When Building|Common Issues]]
@ -41,7 +42,7 @@ You can find a reference for Citra's default keyboard bindings here:
If you have any questions about Citra, first check these pages:
* [[User Directory]] - Explanation of Citra's file structure
* [[Citra Web Service]] - What are and how to use web services tokens
* [[Compatibility List]] - List(s) of titles known to be compatible or incompatible with Citra
* [Compatibility List](https://citra-emu.org/game/) - List(s) of titles known to be compatible or incompatible with Citra
* [[Frequently Asked Questions|FAQ]] - Help with common questions about using Citra
* [[Common Issues]] - Help with issues encountered while building Citra from source
@ -59,6 +60,7 @@ If you are interested in contributing to Citra's code, the first thing you shoul
You can find info about the 3DS on these pages:
* [Developer Information](https://www.3dbrew.org/)
* [[CPU Information|CPU]]
* [[Archive of 3DS Documentation]]
When you are ready, this page will show you how to use Git to setup your own repository:
* [[Typical Git Workflow]]