mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-25 13:03:51 +00:00
Removed pulse event type
Pulse is considered a hack and nothing should be using it. We should completely remove it
This commit is contained in:
@@ -68,9 +68,6 @@ void Timer::Clear() {
|
||||
|
||||
void Timer::WakeupAllWaitingThreads() {
|
||||
WaitObject::WakeupAllWaitingThreads();
|
||||
|
||||
if (reset_type == ResetType::Pulse)
|
||||
signaled = false;
|
||||
}
|
||||
|
||||
void Timer::Signal(int cycles_late) {
|
||||
|
||||
Reference in New Issue
Block a user