nenge123 / retroarch-web

retroarch emulator in web
https://retroarch.nenge.net/
GNU General Public License v3.0
13 stars 9 forks source link

Nintendo 64 Emulation #6

Open Revolution641 opened 1 year ago

Revolution641 commented 1 year ago

Could N64 Emulation be added?

nenge123 commented 1 year ago

fork it,and go to https://github.com/BinBashBanana/webretro/tree/master/cores mupen64plus_next_libretro.js+mupen64plus_next_libretro.wasm=>mupen64plus_next_libretro.zip put in assets/RetroArch/cores/

NengeStart.js

// search CoreSystem = { add under
        'n64': {
            name: 'n64r',
            cores: {
                'mupen64plus': {
                    support: 'n64',
                    url: 'mupen64plus_next_libretro.zip',
                }
            }
        },

There will be no updates in the near future, you can try to see this https://github.com/nenge123/emulatorjs this one can play n64

Revolution641 commented 1 year ago

It keeps saying "Unexpected string" Any possible fixes?