From e575196abccc78ac64880c83911d49215e101ab3 Mon Sep 17 00:00:00 2001 From: byuu <2107894+byuu@users.noreply.github.com> Date: Tue, 31 Dec 2019 19:42:11 +0900 Subject: [PATCH] . --- bsnes/sfc/cpu/timing.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsnes/sfc/cpu/timing.cpp b/bsnes/sfc/cpu/timing.cpp index 34805390..987c0dda 100644 --- a/bsnes/sfc/cpu/timing.cpp +++ b/bsnes/sfc/cpu/timing.cpp @@ -209,8 +209,8 @@ auto CPU::joypadEdge() -> void { //Super Star Wars: Start button auto-unpauses //Taikyoku Igo - Goliath: start button not acknowledged //Tatakae Genshijin 2: attract sequence ends early - //Williams Arcade's Greatest Hits: inputs fire on their own - //World Masters Golf: holding D-pad should only move the cursor once, not continuously + //Williams Arcade's Greatest Hits: inputs fire on their own; or menu items sometimes skipped + //World Masters Golf: inputs fail to register; or holding D-pad should only move the cursor once, not continuously if(configuration.hacks.cpu.fastJoypadPolling) { //Taikyoku Igo - Goliath