mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-14 01:38:19 -05:00
Fix warnings in video_core
This commit is contained in:
@ -201,7 +201,7 @@ struct Regs {
|
||||
#undef INSERT_PADDING_WORDS_HELPER2
|
||||
#undef INSERT_PADDING_WORDS
|
||||
|
||||
static inline int NumIds() {
|
||||
static inline size_t NumIds() {
|
||||
return sizeof(Regs) / sizeof(u32);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user