Add contra

This commit is contained in:
giongto35 2019-04-06 00:27:16 +08:00
parent 1718af5ba4
commit af36b0b755
2 changed files with 1 additions and 4 deletions

View file

@ -18,7 +18,7 @@ import (
// var webRTC *webrtc.WebRTC
var width = 256
var height = 240
var gameName = "Legend of Pokemon.nes"
var gameName = "Contra.nes"
// var FPS = 60

View file

@ -17,9 +17,6 @@ const (
)
func init() {
// we need a parallel OS thread to avoid audio stuttering
runtime.GOMAXPROCS(2)
// we need to keep OpenGL calls on a single thread
runtime.LockOSThread()
}