cloud-game/emulator/nes
giongto35 ad82e22cfc
Integrate with RetroArch to have Universal emulator. (#64)
* WIP

* Add libretro

* Update input retro

* Update cloud retro input:

* Integrate libretro remove GL

* Launch emulator by game type

* Save and load

* Update deeplink to game directly

* Done channel for naemulator

* each server handle only one session

* Only provide available clients

* Emulator based on game

* Remove all OpenGL related

* Retroarch audio

* Audio encoding mono

* Experiment with libretro audio

* Audio without datachannel

* Audio opus internal

* Remove unnecessary code

* Resampled

* Limit time frame

* Start Room and Audio by game

* Dynamic video image allocation

* Dynamic Video buffer allocation based on video resolution

* Move encoder to room

* width and height from emulator

* Padding images to fix multipler of 64

* Remove OpenGL

* Remove Open AL

* Remove OpenGL from Go mod

* Move away nanoarch logic in naemulator

* Remove unecessary savefiles.go

* Optimize Docker for caching

* Update ReadME

* Update README to introduce Retro

* Update README

* Update README.md
2019-08-02 22:06:26 +08:00
..
apu.go Integrate with RetroArch to have Universal emulator. (#64) 2019-08-02 22:06:26 +08:00
cartridge.go WIP 2019-04-28 21:45:30 +07:00
console.go Add channel direction 2019-05-20 01:46:58 +08:00
controller.go WIP 2019-04-28 21:45:30 +07:00
cpu.go WIP 2019-04-28 21:45:30 +07:00
filter.go WIP 2019-04-28 21:45:30 +07:00
ines.go WIP 2019-04-28 21:45:30 +07:00
mapper.go WIP 2019-04-28 21:45:30 +07:00
mapper1.go WIP 2019-04-28 21:45:30 +07:00
mapper2.go WIP 2019-04-28 21:45:30 +07:00
mapper3.go WIP 2019-04-28 21:45:30 +07:00
mapper4.go WIP 2019-04-28 21:45:30 +07:00
mapper7.go WIP 2019-04-28 21:45:30 +07:00
mapper225.go WIP 2019-04-28 21:45:30 +07:00
memory.go WIP 2019-04-28 21:45:30 +07:00
palette.go WIP 2019-04-28 21:45:30 +07:00
ppu.go WIP 2019-04-28 21:45:30 +07:00