Link to GBAR2 TID code

This commit is contained in:
Pk11 2023-04-27 20:31:54 -05:00
parent 7006988c5a
commit 61cc8b88b5

View File

@ -20,7 +20,7 @@ Usually, the builds that are included with TWiLight Menu++ is enough. For more i
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 [WikiTemp page](https://wiki.gbatemp.net/wiki/GBARunner2/Link). 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 [WikiTemp page](https://wiki.gbatemp.net/wiki/GBARunner2/Link).
#### Why isn't RTC (Real Time Clock) supported in a ROM hack? #### Why isn't RTC (Real Time Clock) supported in a ROM hack?
RTC is supported on a per-game basis. You will have to change the ROM's title ID to that of a game that supports RTC so that GBARunner2 will recognize it. RTC is supported on a per-game basis. You will have to change the ROM's title ID to that of a game that supports RTC so that GBARunner2 will recognize it. You can find a list of supported title IDs in [GBARunner2's code](https://github.com/Gericom/GBARunner2/blob/master/arm9/source/emu/romGpio.vram.cpp#L14-L61).
You can change the title ID using the following: You can change the title ID using the following:
1. <label for="file-input" class="form-label">Select GBA ROM file:</label> 1. <label for="file-input" class="form-label">Select GBA ROM file:</label>