all repos — mgba @ ea656f188e306f5ac475dad2fd12a0f29e404cf3

mGBA Game Boy Advance Emulator

Remove out-of-date TODO
Jeffrey Pfau jeffrey@endrift.com
Mon, 07 Jul 2014 03:00:58 -0700
commit

ea656f188e306f5ac475dad2fd12a0f29e404cf3

parent

a450b0470ac44fd0714872bc7602b1339e31b175

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

jump to
M src/arm/arm.csrc/arm/arm.c

@@ -85,7 +85,6 @@ }

} void ARMSetComponents(struct ARMCore* cpu, struct ARMComponent* master, int extra, struct ARMComponent** extras) { - // TODO: Call init/deinit cpu->master = master; cpu->numComponents = extra; cpu->components = extras;