From edd470cdf7e2ff7fb7ee8abfa3472ab9f82a0bca Mon Sep 17 00:00:00 2001 From: Kaisaan <34224128+Kaisaan@users.noreply.github.com> Date: Fri, 19 Feb 2021 17:21:43 -0500 Subject: [PATCH] Add GBARunner2 FAQ page and update the other pages --- pages/_en-US/gbarunner2/bios.md | 2 +- pages/_en-US/gbarunner2/faq.md | 21 +++++++++++++++++++++ pages/_en-US/gbarunner2/index.md | 6 ++++-- 3 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 pages/_en-US/gbarunner2/faq.md diff --git a/pages/_en-US/gbarunner2/bios.md b/pages/_en-US/gbarunner2/bios.md index 962e3a75..b7139705 100644 --- a/pages/_en-US/gbarunner2/bios.md +++ b/pages/_en-US/gbarunner2/bios.md @@ -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 diff --git a/pages/_en-US/gbarunner2/faq.md b/pages/_en-US/gbarunner2/faq.md new file mode 100644 index 00000000..5b961c9b --- /dev/null +++ b/pages/_en-US/gbarunner2/faq.md @@ -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). \ No newline at end of file diff --git a/pages/_en-US/gbarunner2/index.md b/pages/_en-US/gbarunner2/index.md index 143f8885..c8a18925 100644 --- a/pages/_en-US/gbarunner2/index.md +++ b/pages/_en-US/gbarunner2/index.md @@ -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)