mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2025-01-20 14:54:21 +01:00
30ce9b2b5c
Since c5d41fd812d7eb1a04f36b76c08fe971cee0868c callback parameters were changed to use an s64 to represent late cycles instead of an int, so this was causing a truncation warning to occur here. Changing it to s64 is sufficient to silence the warning.