Add GBARunner2 FAQ page and update the other pages

This commit is contained in:
Kaisaan 2021-02-19 17:21:43 -05:00
parent 0f93b538af
commit edd470cdf7
3 changed files with 26 additions and 3 deletions

View File

@ -16,7 +16,7 @@ In order for GBARunner2 to load titles, a dump of the GBA BIOS is required. Newe
After dumping the BIOS, it must be renamed as `bios.bin` and then should be placed in `sd:/_gba/` for GBARunner2 to read it.
You can verify that your BIOS is a proper dump by comparing it with the following hashes:
You can verify that your BIOS is a proper dump by comparing it with the following checksums:
**CRC32**: 81977335
**MD5**: a860e8c0b6d573d191e4ec7db1b1e4f6

View File

@ -0,0 +1,21 @@
---
lang: en-US
layout: wiki
section: gbarunner2
title: FAQ & Troubleshooting
description: FAQs and troubleshooting for GBARunner2
---
#### Are cheats supported?
Not right now. Instead, you can permanently inject cheat codes into your GBA ROM with [GBAATM](https://gbatemp.net/threads/gba-auto-trainer-maker-gbaatm.99334/).
#### How do I use Nightly GBARunner2 Builds in TWiLight Menu++?
1. Download the nighly build
1. Rename it to `GBARunner2_arm7dldi_3ds.nds` (or `GBARunner2_arm7dldi_dsi.nds` if you're on DSi)
1. Place it in `sd:_nds`
#### How do I use Wifi Link features?
You will need a build from the [wifi_link](https://github.com/Gericom/GBARunner2/tree/wifi_link) branch to use the features. You can find detailed instructions on how to setup the builds on its [GBATemp Wiki page](https://wiki.gbatemp.net/wiki/GBARunner2/Link).

View File

@ -6,6 +6,8 @@ title: Home
description: Coming Soon™
---
# GBARunner2 Wiki Placeholder
GBARunner2 is an [open-source](https://github.com/Gericom/GBARunner2) hypervisor that runs GBA games on DS/DSi/3DS in DS mode. Basically, like [Nintendont](https://github.com/FIX94/Nintendont) does for running Gamecube games on Wii.
This is a placeholder index page for the GBARunner2 wiki, coming soon™!
Along with what this wiki has to offer, the GBARunner compability lists have a lot of userful infomation:
- [DS/Flashcart](https://wiki.gbatemp.net/wiki/GBARunner2)
- [DSi/3DS](https://wiki.gbatemp.net/wiki/GBARunner2/DSi_3DS_Compatibility_List)