Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

EmGBA Wii: Difference between revisions

From GameBrew
(Created page with "{{#seo: |title=Wii Homebrew Emulators (Handheld) - GameBrew |title_mode=append |image=emgbawii.jpg |image_alt=emgba }} {{Infobox Wii Homebrews |title=emgba |image=emgbawii.jpg...")
 
No edit summary
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#seo:
|title=Wii Homebrew Emulators (Handheld) - GameBrew
|title_mode=append
|image=emgbawii.jpg
|image_alt=emgba
}}
{{Infobox Wii Homebrews
{{Infobox Wii Homebrews
|title=emgba
|title=emgba
|image=emgbawii.jpg
|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
|lastupdated=2022/01/05
|lastupdated=2024/10/26
|type=Handheld
|type=Handheld
|version=20220105
|version=20241026
|license=MPL-2.0
|license=MPL-2.0
|download=https://dlhb.gamebrew.org/wiihomebrews/emgbawii.7z
|download=https://dlhb.gamebrew.org/wiihomebrews/emgbawii.7z?k33p0fil35
|website=https://github.com/extremscorner/emgba
|website=https://www.gc-forever.com/wiki/index.php?title=Enhanced_mGBA
|source=https://github.com/extremscorner/emgba
|source=https://github.com/extremscorner/emgba
|donation=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 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==
==Screenshots==
==Media==
https://dlhb.gamebrew.org/wiihomebrews/emgbawii3.png
<youtube></youtube>
 
==Known issues==
Game crashes but worked previously - Try deleting the log file in the mGBA folder.
 
==Changelog==
'''20241026'''
* Updated to mGBA 0.11-8583-279485fc3.
* Resynchronized with Game Boy Interface.
* Fixed loading key mappings.
'''20240618'''
* Updated to mGBA 0.11-8472-2ea11feda.
* Resynchronized with Game Boy Interface.
'''20220105'''
* Updated to mGBA 0.10-7177-ea1abe2fc.
* Resynchronized with Game Boy Interface.
* Improved audio rendering.
* Fixed stalls induced by N64 Controller support.
 
==External links==
* GitHub - https://github.com/extremscorner/emgba
* gc-forever - https://www.gc-forever.com/wiki/index.php?title=Enhanced_mGBA
* gc-forever - https://www.gc-forever.com/forums/viewtopic.php?f=13&t=3129

Latest revision as of 02:00, 27 October 2024

emgba
Emgbawii2.png
General
Authorextremscorner
TypeHandheld
Version20241026
LicenseMPL-2.0
Last Updated2024/10/26
Links
Download
Website
Source
Support Author

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 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

emgbawii3.png

Known issues

Game crashes but worked previously - Try deleting the log file in the mGBA folder.

Changelog

20241026

  • Updated to mGBA 0.11-8583-279485fc3.
  • Resynchronized with Game Boy Interface.
  • Fixed loading key mappings.

20240618

  • Updated to mGBA 0.11-8472-2ea11feda.
  • Resynchronized with Game Boy Interface.

20220105

  • Updated to mGBA 0.10-7177-ea1abe2fc.
  • Resynchronized with Game Boy Interface.
  • Improved audio rendering.
  • Fixed stalls induced by N64 Controller support.

External links

Advertising: