dolphin/Source/Core
Lioncash 67b015d76b Arm64Emitter: Get rid of a pointer cast within SetJumpTarget()
Type punning like this is undefined behavior. Instead, we use std::memcpy to
copy the necessary data over, which is well defined (as it treats both
the source and destination as unsigned char).
2018-08-14 23:47:53 -04:00
..
AudioCommon
Common Arm64Emitter: Get rid of a pointer cast within SetJumpTarget() 2018-08-14 23:47:53 -04:00
Core Jit64: Update PC before checking for exceptions 2018-08-14 02:27:48 +02:00
DiscIO ExportDOL: ActionReplay has a 0'd dol offset. Don't try to extract. 2018-08-02 05:32:05 -04:00
DolphinNoGUI
DolphinQt Merge pull request #7324 from spycrab/qt_independent_tas 2018-08-15 01:51:26 +02:00
InputCommon
UICommon Core/UICommon: Fix assignment to pointer 2018-08-12 17:15:14 +03:00
Updater
VideoBackends FramebufferManager: Dynamic selection of EFB depth format 2018-07-19 21:47:42 +10:00
VideoCommon FramebufferManager: Use D24S8 on Adreno when using Vulkan 2018-07-19 23:30:25 +10:00
CMakeLists.txt