summaryrefslogtreecommitdiff
path: root/src/core/hw/gpu.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2014-10-08 23:06:28 -0400
committerbunnei <bunneidev@gmail.com>2014-10-08 23:06:28 -0400
commit8fb064cd62d3091b88bb2660a0264997f5cb163d (patch)
treea7f2983c43d910b15fe42396e074f5b26cab5ff8 /src/core/hw/gpu.h
parent8d1154c24e731795eae3ef5a565fbfed37290708 (diff)
parenteb5054e6eb0d810f26caff9f09e43dbeee4a69fa (diff)
Merge pull request #119 from lioncash/warn
Fix warnings in video_core
Diffstat (limited to 'src/core/hw/gpu.h')
-rw-r--r--src/core/hw/gpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hw/gpu.h b/src/core/hw/gpu.h
index 7186bfa84..c853429a0 100644
--- a/src/core/hw/gpu.h
+++ b/src/core/hw/gpu.h
@@ -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);
}