Skip to content

Commit 46e5734

Browse files
Fix GBA core value (#612)
The current GBA core is loading the `gb` core instead of the `gba`, preventing GBA games from running. <img width="1106" height="876" alt="image" src="https://github.com/user-attachments/assets/5b4569c5-b525-4d70-ade8-928599f55290" /> (Screenshot from a GBA game) This is a simple fix to address this issue.
1 parent eee2a3c commit 46e5734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gaseous-server/Support/PlatformMap.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1742,7 +1742,7 @@
17421742
"EmulatorType": "EmulatorJS",
17431743
"AvailableWebEmulatorCores": [
17441744
{
1745-
"Core": "gb",
1745+
"Core": "gba",
17461746
"AlternateCoreName": "mgba",
17471747
"Default": true
17481748
}

0 commit comments

Comments
 (0)