summaryrefslogtreecommitdiffstats
path: root/src/core/hw/gpu.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-09-28 17:20:06 +0200
committerLioncash <mathew1800@gmail.com>2014-10-08 02:35:13 +0200
commiteb5054e6eb0d810f26caff9f09e43dbeee4a69fa (patch)
tree58a6e4f1e07f3ee8e2ad469bca7c2b43edac20a6 /src/core/hw/gpu.h
parentMerge pull request #118 from lioncash/chunk-file (diff)
downloadyuzu-eb5054e6eb0d810f26caff9f09e43dbeee4a69fa.tar
yuzu-eb5054e6eb0d810f26caff9f09e43dbeee4a69fa.tar.gz
yuzu-eb5054e6eb0d810f26caff9f09e43dbeee4a69fa.tar.bz2
yuzu-eb5054e6eb0d810f26caff9f09e43dbeee4a69fa.tar.lz
yuzu-eb5054e6eb0d810f26caff9f09e43dbeee4a69fa.tar.xz
yuzu-eb5054e6eb0d810f26caff9f09e43dbeee4a69fa.tar.zst
yuzu-eb5054e6eb0d810f26caff9f09e43dbeee4a69fa.zip
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);
}