From aa3b679666c5c53961bed3ee065a4ac22e8a91db Mon Sep 17 00:00:00 2001 From: Jamiras <32680403+Jamiras@users.noreply.github.com> Date: Sun, 30 Aug 2020 11:10:17 -0600 Subject: [PATCH] fix reversed system IDs associated to VBA-M core (#227) --- bin/Cores/cores.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/Cores/cores.json b/bin/Cores/cores.json index 66c35ce..8fd49b6 100644 --- a/bin/Cores/cores.json +++ b/bin/Cores/cores.json @@ -197,12 +197,12 @@ "vbam_libretro":{ "name": "VBA-M", "extensions": "gbc", - "systems": [5] + "systems": [6] }, "vbam_libretro":{ "name": "VBA-M", "extensions": "gba", - "systems": [6] + "systems": [5] }, "vecx_libretro": { "name": "VecX",