mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 13:28:33 -05:00
Port #4182 from Citra: "Prefix all size_t with std::"
This commit is contained in:
@ -93,7 +93,7 @@ private:
|
||||
* This is the maximum limit of handles allowed per process in CTR-OS. It can be further
|
||||
* reduced by ExHeader values, but this is not emulated here.
|
||||
*/
|
||||
static const size_t MAX_COUNT = 4096;
|
||||
static const std::size_t MAX_COUNT = 4096;
|
||||
|
||||
static u16 GetSlot(Handle handle) {
|
||||
return handle >> 15;
|
||||
|
Reference in New Issue
Block a user