mirror of https://github.com/bsnes-emu/bsnes.git
This commit is contained in:
parent
404caeab50
commit
e575196abc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue