mirror of https://github.com/mgba-emu/mgba.git
Remove out-of-date TODO
This commit is contained in:
parent
a450b0470a
commit
ea656f188e
|
@ -85,7 +85,6 @@ void ARMDeinit(struct ARMCore* cpu) {
|
|||
}
|
||||
|
||||
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;
|
||||
|
|
Loading…
Reference in New Issue