More actions
No edit summary |
|||
Line 1: | Line 1: | ||
{{Infobox Wii Homebrews | {{Infobox Wii Homebrews | ||
|title=emgba | |title=emgba | ||
|image= | |image=emgbawii2.png | ||
|description=An enhanced port of mGBA, based on Game Boy Interface Standard Edition. | |description=An enhanced port of mGBA, based on Game Boy Interface Standard Edition. | ||
|author=extremscorner | |author=extremscorner | ||
Line 17: | Line 11: | ||
|website=https://www.gc-forever.com/wiki/index.php?title=Enhanced_mGBA | |website=https://www.gc-forever.com/wiki/index.php?title=Enhanced_mGBA | ||
|source=https://github.com/extremscorner/emgba | |source=https://github.com/extremscorner/emgba | ||
|discussion=https://github.com/extremscorner/emgba | |||
}} | }} | ||
Enhanced mGBA (emGBA) is an enhanced port of the Game Boy Advance emulator, based on [https://www.gc-forever.com/forums/viewtopic.php?f=37&t=2782 Game Boy Interface Standard Edition] and [[MGBA Wii|mGBA]]. | |||
==Installation== | |||
It is not recommended to use both [[MGBA Wii|mGBA]] and emGBA together on your console. | |||
To install, copy the mGBA and apps folders to the root of the the SD card. | |||
Launch it with the [[Homebrew Channel Wii|Homebrew Channel]]. | |||
==User guide== | |||
It supports meta.xml arguments, a list of options can be found [https://www.gc-forever.com/wiki/index.php?title=Enhanced_mGBA here]. | |||
Example meta.xml for TV with 240p settings by TheDimensioner ([https://www.gc-forever.com/forums/viewtopic.php?f=13&t=3129&p=39026#p39015 thread], [https://pastebin.com/VkBspBk7 pastebin]): | |||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |||
<app version="1"> | |||
<name>Enhanced mGBA</name> | |||
<author>Extrems</author> | |||
<version>2017-07-26</version> | |||
<release_date>20170726094548</release_date> | |||
<short_description>mGBA Game Boy Advance emulator</short_description> | |||
<long_description>Enhanced mGBA Game Boy Advance emulator</long_description> | |||
<arguments> | |||
<arg>--scan-mode=non-interlace</arg> | |||
<arg>--input-gamma=1</arg> | |||
<arg>--output-gamma=1</arg> | |||
<arg>--matrix=identity</arg> | |||
<arg>--poll=0</arg> | |||
<arg>--cursor=sd:/mGBA/point-srgb.tpl.gz</arg> | |||
<arg>--overlay=sd:/mGBA/frame-srgb.tpl.gz</arg> | |||
<arg>--overlay-id=2</arg> | |||
</arguments> | |||
</app> | |||
==Screenshots== | |||
https://dlhb.gamebrew.org/wiihomebrews/emgbawii3.png | |||
==Known issues== | |||
Game crashes but worked previously - Try deleting the log file in the mGBA folder. | |||
==Changelog== | ==Changelog== | ||
Line 27: | Line 59: | ||
* Fixed stalls induced by N64 Controller support. | * Fixed stalls induced by N64 Controller support. | ||
==External | ==External links== | ||
* | * GitHub - https://github.com/extremscorner/emgba | ||
* gc-forever - https://www.gc-forever.com/wiki/index.php?title=Enhanced_mGBA | |||
[[Category:Support the author]] |
Revision as of 02:50, 19 March 2023
emgba | |
---|---|
General | |
Author | extremscorner |
Type | Handheld |
Version | 20220105 |
License | MPL-2.0 |
Last Updated | 2022/01/05 |
Links | |
Download | |
Website | |
Source | |
Enhanced mGBA (emGBA) is an enhanced port of the Game Boy Advance emulator, based on Game Boy Interface Standard Edition and mGBA.
Installation
It is not recommended to use both mGBA and emGBA together on your console.
To install, copy the mGBA and apps folders to the root of the the SD card.
Launch it with the Homebrew Channel.
User guide
It supports meta.xml arguments, a list of options can be found here.
Example meta.xml for TV with 240p settings by TheDimensioner (thread, pastebin):
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <app version="1"> <name>Enhanced mGBA</name> <author>Extrems</author> <version>2017-07-26</version> <release_date>20170726094548</release_date> <short_description>mGBA Game Boy Advance emulator</short_description> <long_description>Enhanced mGBA Game Boy Advance emulator</long_description> <arguments> <arg>--scan-mode=non-interlace</arg> <arg>--input-gamma=1</arg> <arg>--output-gamma=1</arg> <arg>--matrix=identity</arg> <arg>--poll=0</arg> <arg>--cursor=sd:/mGBA/point-srgb.tpl.gz</arg> <arg>--overlay=sd:/mGBA/frame-srgb.tpl.gz</arg> <arg>--overlay-id=2</arg> </arguments> </app>
Screenshots
Known issues
Game crashes but worked previously - Try deleting the log file in the mGBA folder.
Changelog
20220105
- Updated to mGBA 0.10-7177-ea1abe2fc.
- Resynchronized with Game Boy Interface.
- Improved audio rendering.
- Fixed stalls induced by N64 Controller support.