mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 12:07:55 -05:00
Port #4182 from Citra: "Prefix all size_t with std::"
This commit is contained in:
@ -23,7 +23,7 @@ public:
|
||||
void WriteReg(u32 method, u32 value);
|
||||
|
||||
struct Regs {
|
||||
static constexpr size_t NUM_REGS = 0x1D6;
|
||||
static constexpr std::size_t NUM_REGS = 0x1D6;
|
||||
|
||||
struct Parameters {
|
||||
union {
|
||||
|
Reference in New Issue
Block a user