flycast/newdc/hw
Lioncash eff0aa56e0 Fix an incorrect swap in newdc/hw/aica/aica_if.cpp. tmp should be assigned to dst, not src, because as it was before it was the equivalent of "dst = dst;" 2013-12-23 09:56:25 -05:00
..
aica Fix an incorrect swap in newdc/hw/aica/aica_if.cpp. tmp should be assigned to dst, not src, because as it was before it was the equivalent of "dst = dst;" 2013-12-23 09:56:25 -05:00
arm7 project import 2013-12-19 19:10:14 +02:00
flashrom project import 2013-12-19 19:10:14 +02:00
gdrom project import 2013-12-19 19:10:14 +02:00
holly project import 2013-12-19 19:10:14 +02:00
maple PANDORA: Enabled VMU 2013-12-21 21:15:43 +01:00
mem project import 2013-12-19 19:10:14 +02:00
pvr project import 2013-12-19 19:10:14 +02:00
sh4 Fix precedence order in newdc/hw/sh4/dyna/decoder.cpp. && has a higher precedence than ||. Considering the || left and right expressions test for similar things, I believe this was the intent. 2013-12-23 09:27:02 -05:00