Commit 2a22c1b2 authored by Lioncash's avatar Lioncash
Browse files

yuzu/configure_input_player: Use std::size_t to represent the player index instead of u8

Prevents compiler warnings related to truncation when invoking the
dialog. It's also extremely suspect to use a u8 value here instead of a
more general type to begin with.
parent 0782d397
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