Commit 30ce9b2b authored by Lioncash's avatar Lioncash
Browse files

video_core/gpu_thread: Silence truncation warning in ThreadManager's constructor

Since c5d41fd8 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.
parent 66be5150
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment