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