mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 02:29:16 +01:00
Update README.md to fix Nightly Build status (#449)
This commit is contained in:
parent
61ba1ed3f3
commit
d17284d385
@ -20,8 +20,8 @@ With it you can play GBA/Game Boy Color/Game Boy games on your Wii/GameCube.
|
||||
|Download nightly builds from continuous integration: | [![Build Status][Build]][Actions]
|
||||
|-------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
|
||||
[Actions]: https://github.com/dborth/vbagx/actions/workflows/continuous-integration-workflow.yml
|
||||
[Build]: https://github.com/dborth/vbagx/actions/workflows/continuous-integration-workflow.yml/badge.svg
|
||||
[Actions]: https://github.com/dborth/vbagx/actions/workflows/build.yml
|
||||
[Build]: https://github.com/dborth/vbagx/actions/workflows/build.yml/badge.svg
|
||||
|
||||
|
||||
## FEATURES
|
||||
@ -188,7 +188,7 @@ With it you can play GBA/Game Boy Color/Game Boy games on your Wii/GameCube.
|
||||
* To squish the picture so it appears correctly on a 16:9 TV, you can open
|
||||
the settings.xml file and add 10 to the gbFixed/gbaFixed value. However,
|
||||
setting your TV to 4:3 mode will yield a better picture.
|
||||
* Real-time clock fixes for GB/GBC games, including Pokémon G/S/C
|
||||
* Real-time clock fixes for GB/GBC games, including Pokémon G/S/C
|
||||
* RTC data in save file stored as little-endian
|
||||
* Option added for UTC offset in the main menu (only required if you use the
|
||||
same SRAM on other, time-zone-aware platforms)
|
||||
@ -746,7 +746,7 @@ Game Boy (Color) and Game Boy Advance games.
|
||||
|
||||
For both loading and saving, the PNG filename is [TITLE].png, where [TITLE]
|
||||
is the ROM title defined at 0x134 (for GB games) or 0xA0 (for GBA games). For
|
||||
example, POKEMON_SFXAAXE.png will be loaded for Pokémon Silver. If no PNG file
|
||||
example, POKEMON_SFXAAXE.png will be loaded for Pokémon Silver. If no PNG file
|
||||
by that name exists, VBA-GX will try loading default.png (for GB games) or
|
||||
defaultgba.png (for GBA games) instead.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user