diff options
| author | 2018-08-02 12:01:22 -0400 | |
|---|---|---|
| committer | 2018-08-02 12:01:25 -0400 | |
| commit | 6058c84b79327960052036fbecd490f20f2d5c51 (patch) | |
| tree | 660a47053151d8a5c1df3061b81e8137888beeae /src/core/hle/kernel/timer.cpp | |
| parent | kernel/thread: Make GetFreeThreadLocalSlot() reference parameter a const refe... (diff) | |
| download | yuzu-6058c84b79327960052036fbecd490f20f2d5c51.tar.gz yuzu-6058c84b79327960052036fbecd490f20f2d5c51.tar.xz yuzu-6058c84b79327960052036fbecd490f20f2d5c51.zip | |
kernel/thread: Make GetFreeThreadLocalSlot()'s loop indices size_t
Avoids using a u32 to compare against a range of size_t, which can be a
source of warnings. While we're at it, compress a std::tie into a
structured binding.
Diffstat (limited to 'src/core/hle/kernel/timer.cpp')
0 files changed, 0 insertions, 0 deletions