1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2025-03-16 11:26:11 +00:00

Reduce SDI Pulses (#146)

Reduced SDI to every 8 frames to match the stock "CPU Shuffling: A lot"  option
This commit is contained in:
sidschingis 2020-08-23 00:33:07 +02:00 committed by GitHub
parent 0daba036c8
commit 22e2852df7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,7 +112,7 @@ fn mod_check_hit_stop_delay_command(
}
unsafe {
COUNTER = (COUNTER + 1) % 4;
COUNTER = (COUNTER + 1) % 8;
}
unsafe {