From c70d1d750143e6284feca6293f7f423328742eae Mon Sep 17 00:00:00 2001 From: normmatt234 Date: Thu, 28 Mar 2013 17:27:55 +0000 Subject: [PATCH] Make 32bit read out of bounds not get rotated if they are unaligned. --- src/gba/GBAinline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gba/GBAinline.h b/src/gba/GBAinline.h index 0f7fdf17..5c9104b1 100644 --- a/src/gba/GBAinline.h +++ b/src/gba/GBAinline.h @@ -144,7 +144,7 @@ unreadable: CPUReadHalfWordQuick(reg[15].I) << 16; } } - break; + return value; } if(oldAddress & 3) {