all repos — mgba @ 10a907e3873f9cddca0bc2e0524fcd020e672093

mGBA Game Boy Advance Emulator

Remove out-of-date comment
Jeffrey Pfau jeffrey@endrift.com
Sat, 25 Oct 2014 05:57:49 -0700
commit

10a907e3873f9cddca0bc2e0524fcd020e672093

parent

d40d4c1cf226761bb8d6ec8e40b7da3cd17add99

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M src/gba/gba-bios.csrc/gba/gba-bios.c

@@ -304,7 +304,6 @@ }

int padding = (4 - remaining) & 0x3; remaining &= 0xFFFFFFFC; // We assume the signature byte (0x20) is correct - //var tree = []; int treesize = (cpu->memory.loadU8(cpu, source + 4, 0) << 1) + 1; int block = 0; uint32_t treeBase = source + 5;