dolphin/Source/Core
JosJuice d91d6fcdc5 JitArm64: Fix dcbz backpatch
The dcbz instruction needs to lock W30 so that the slowmem code will
push and pop it when calling into C++. Also, the slowmem code expects
that the address is present in W0, so replace the use of W0 as a scratch
register in the fastmem code with the now locked W30.
2021-07-21 19:19:52 +02:00
..
AudioCommon SI: Implement GBAEmu device 2021-07-13 16:42:57 +02:00
Common Merge pull request #9600 from Bonta0/mgba-pr 2021-07-21 02:36:43 -04:00
Core JitArm64: Fix dcbz backpatch 2021-07-21 19:19:52 +02:00
DiscIO
DolphinNoGUI Core: Add GBA host interface 2021-07-13 16:42:49 +02:00
DolphinQt Movie: GBA Support 2021-07-13 16:44:04 +02:00
InputCommon Pad: GBA config 2021-07-13 16:42:35 +02:00
MacUpdater
UICommon Config: GBA settings 2021-07-13 16:41:18 +02:00
UpdaterCommon UpdaterCommon: Use File::Copy() on non-macOS platforms 2021-07-09 12:56:23 -04:00
VideoBackends
VideoCommon PixelShaderGen: Fix OpenGL ES bounding box compilation error 2021-07-20 11:39:32 +02:00
WinUpdater
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props Merge pull request #9600 from Bonta0/mgba-pr 2021-07-21 02:36:43 -04:00
DolphinLib.vcxproj
DolphinLib.vcxproj.user
DolphinLib.x64.props