summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-06-20 16:38:28 -0400
committerLioncash <mathew1800@gmail.com>2018-06-20 16:38:30 -0400
commit0e437c41e5903cf14b739bb3358b5a6dddc34158 (patch)
tree048881e048d9b4526c1cf8cd319c5008939983ec /Source/Core/VideoCommon/TextureCacheBase.cpp
parentbdfc6de9fdd5eeb3d5e7b15ff8464da710953850 (diff)
ActionReplay: Use Common::BitCast instead of reinterpret_cast in Subtype_AddCode()
Using reinterpret_cast (or a C-styled equivalent) to reinterpret integers as floating-point values and vice-versa invokes undefined behavior. Instead, use BitCast, which does this in a well-defined manner.
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp')
0 files changed, 0 insertions, 0 deletions