From bc046470d7c86d2241b374ed9b8fe0122a7b637d Mon Sep 17 00:00:00 2001 From: Ethan O'Brien <77750390+ethanaobrien@users.noreply.github.com> Date: Tue, 1 Aug 2023 13:50:21 -0500 Subject: [PATCH] Update RetroArch --- data/emulator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/emulator.js b/data/emulator.js index ac58aed..94b71cb 100644 --- a/data/emulator.js +++ b/data/emulator.js @@ -1,5 +1,5 @@ class EmulatorJS { - version = 3; //Increase by 1 when cores are updated + version = 4; //Increase by 1 when cores are updated getCore(generic) { const core = this.config.system; /*todo: