mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-22 15:23:13 +02:00
Update timing.cpp
I have updated the comment to reflect the new stepOnce() name, instead of the older step() name.
This commit is contained in:
@@ -200,7 +200,7 @@ auto CPU::dmaEdge() -> void {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//called every 128 clocks; see CPU::step()
|
//called every 128 clocks from inside the CPU::stepOnce() function
|
||||||
auto CPU::joypadEdge() -> void {
|
auto CPU::joypadEdge() -> void {
|
||||||
//it is not yet confirmed if polling can be stopped early and/or (re)started later
|
//it is not yet confirmed if polling can be stopped early and/or (re)started later
|
||||||
if(!io.autoJoypadPoll) return;
|
if(!io.autoJoypadPoll) return;
|
||||||
|
Reference in New Issue
Block a user