mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 05:45:38 +00:00
fix output values
This commit is contained in:
parent
6f6c98c671
commit
f69d7c7006
|
@ -2090,7 +2090,7 @@ Repeat:
|
|||
{
|
||||
if (firstOut)
|
||||
puts("");
|
||||
printf(" [value: %d, min: %d, %max: %d]\n", joyVal, minVal, maxVal);
|
||||
printf(" [value: %d, min: %d, max: %d]\n", joyVal, minVal, maxVal);
|
||||
firstOut = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue