summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoBackendBase.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-07-07 16:06:24 -0400
committerLioncash <mathew1800@gmail.com>2018-07-07 16:06:26 -0400
commitdb5b2d93c3e92c0c76b5a3ec899003c9f6795512 (patch)
tree69dbd110dfdb930bfe0075173bc1058d685ac94e /Source/Core/VideoCommon/VideoBackendBase.cpp
parent3d1a7737d86f4ecdf0131f5b84198f288800da3b (diff)
Interpreter: Remove an unnecessary cast in Trace()
PowerPCState's cr_val member is an array of u64s, so we can just use the correct printf macro specifier within cinttypes. This also avoids truncation on operating systems that use an LLP64 data model (like Windows), where long is actually 32 bits in size, not 64-bit, which could result in wonky values being printed, should Trace ever be used on it.
Diffstat (limited to 'Source/Core/VideoCommon/VideoBackendBase.cpp')
0 files changed, 0 insertions, 0 deletions