* Add frame scaling support (#107)
* Update README.md with additional info about Windows builds
* Add frame scaling
* Add and enable bilinear scaling (#109)
* Add and enable bilinear scaling
* Use Go x/image lib for interpolation
* Reformat the code goimport/gofmt
* Move worker config into the pkg/worker directory
* Change separator in the save file path allowing it to work on Windows (#113)
* Introduce Makefile and go vendor directory for faster build
* WIP: Refactor cloud-game codebase with spliting overlord and worker binary
* Fix all issues and have a running build
* Complete first version of refactor
* Update cores setting for ps1
* Update PS3 output + use bytes per row to get the correct number of bytes per row
* Add more inputs
* Update input
* Fix input
* Add resize image comment
* Update screenshot
* Try side by side
* Update Image side by side
* Add image side by side
* Update landing page
* Add landing page image
* Update landing page image
* 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