Files
dolphin/Source/Core/Core
Lioncash 0e437c41e5 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.
2018-06-20 16:38:30 -04:00
..
2018-06-18 16:03:05 -04:00
2018-05-26 11:33:13 +02:00
2018-04-12 21:28:39 +02:00
2017-04-25 09:20:09 +01:00
2017-03-27 23:46:19 -04:00
2018-05-21 15:11:25 +02:00
2018-03-16 22:56:54 +01:00
2018-06-03 20:45:35 +02:00
2018-04-12 22:16:37 +02:00