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:
parent
0daba036c8
commit
22e2852df7
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ fn mod_check_hit_stop_delay_command(
|
|||
}
|
||||
|
||||
unsafe {
|
||||
COUNTER = (COUNTER + 1) % 4;
|
||||
COUNTER = (COUNTER + 1) % 8;
|
||||
}
|
||||
|
||||
unsafe {
|
||||
|
|
Loading…
Add table
Reference in a new issue