Update RetroArch

This commit is contained in:
Ethan O'Brien 2023-08-01 13:50:21 -05:00
parent 175fa80609
commit bc046470d7

View file

@ -1,5 +1,5 @@
class EmulatorJS { class EmulatorJS {
version = 3; //Increase by 1 when cores are updated version = 4; //Increase by 1 when cores are updated
getCore(generic) { getCore(generic) {
const core = this.config.system; const core = this.config.system;
/*todo: /*todo: