From 6d04522855e70fd1b45b8afc8482c41e61aef1c2 Mon Sep 17 00:00:00 2001 From: giongto35 Date: Tue, 9 Apr 2019 02:25:04 +0800 Subject: [PATCH] Change to use gameboy --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.go b/main.go index 9538d3b7..bc71cd8f 100644 --- a/main.go +++ b/main.go @@ -28,10 +28,9 @@ const gameboyIndex = "./static/gameboy.html" const httpIndex = "./static/index_http.html" const wsIndex = "./static/index_ws.html" -// var webRTC *webrtc.WebRTC var width = 256 var height = 240 -var indexFN string = wsIndex +var indexFN string = gameboyIndex var service string = "ws" // Time allowed to write a message to the peer.