Update cores

This commit is contained in:
giongto35 2019-08-03 16:23:55 +08:00
parent ad82e22cfc
commit 0539e89bda
13 changed files with 15 additions and 14 deletions

View file

@ -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