More actions
Switch GBA Emulator | |
---|---|
General | |
Author | BFriedrichs |
Type | Handheld |
Version | 1.0.2 |
License | Mixed |
Last Updated | 2019/07/21 |
Links | |
Download | |
Website | |
Source | |
An experimental browser based Nintendo Switch GBA emulator. This project makes use of the Switch browser that comes up when trying to verify/sign in with certain DNS providers.
It is a modified and heavily towards switch tailored version of crowdsourced-gba by vinnynoodles.
User guide
How to setup
The emulator in it's entirety is ready to be pulled as a docker image. It runs on and exposes port 8888
by default.
Docker Images
Latest release bfriedrichs/switch-gba:release-latest Latest master (possibly unstable) bfriedrichs/switch-gba:latest Latest dev (most likely unstable) bfriedrichs/switch-gba:dev
Older release
bfriedrichs/switch-gba:release-{version}
No rom is provided, you will have to make a folder roms with your .gba files directly in it.
Example
docker run -d -v $(pwd)/roms:/home/roms/ --name switch-gba -p 8888:8888 bfriedrichs/switch-gba:release-latest
Custom layout
Since v1.0.2 custom layouts are also supported. Just click the cogs at the top of the screen during rom selection to open the options menu. The left side shows the GBA key and the right side shows the currently assigned Switch key.
Controls
L/R - L/R
Left Stick - Movement
D-Pad Up/Left - Save/Load
D-Pad Right/Down - Start/Select
A/B - A/B
ZR - Turbo
Up/Down - Settings
Left/Right - Value
Screenshots
Changelog
1.0.2
- Added custom button layouts.
- Code restructuring.
1.0.1
- Add fix for content size warning after alerts are open for too long.
- Minor changes.
1.0.0
- Initial release.
- ROM selection.
- Gamepad support.
- Turbo mode (2-20x speed).