Commit 47df8443 authored by Lioncash's avatar Lioncash
Browse files

video_core/control_flow: Make program_size for ScanFlow() a std::size_t

Prevents a truncation warning from occurring with MSVC. Also the
internal data structures already treat it as a size_t, so this is just a
discrepancy in the interface.
parent 3df95585
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