mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-23 10:07:30 +00:00
Update cores
This commit is contained in:
parent
ad82e22cfc
commit
0539e89bda
13 changed files with 15 additions and 14 deletions
|
|
@ -123,6 +123,9 @@ func getEmulator(gameName string, roomID string, imageChannel chan<- *image.RGBA
|
|||
case "bin":
|
||||
nanoarch.Init("pcsx", roomID, imageChannel, audioChannel, inputChannel)
|
||||
return nanoarch.NAEmulator
|
||||
case "zip":
|
||||
nanoarch.Init("mame", roomID, imageChannel, audioChannel, inputChannel)
|
||||
return nanoarch.NAEmulator
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue