From b108af3f540d854dfe49c0fd375d253c8785ceb8 Mon Sep 17 00:00:00 2001 From: giongto35 Date: Fri, 10 May 2019 00:22:15 +0800 Subject: [PATCH] Investigate slow --- emulator/gameview.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulator/gameview.go b/emulator/gameview.go index 9bbd814a..67e36918 100644 --- a/emulator/gameview.go +++ b/emulator/gameview.go @@ -87,7 +87,7 @@ func NewGameView(console *nes.Console, title, saveFile string, imageChannel chan func (view *GameView) ListenToInputChannel() { for { // Adding ok here make thing slowdown - // TODO: Investigate + // TODO: Investigate slow keysInBinary, ok := <-view.inputChannel if !ok { return