eliminate texrels (wip2)

This commit is contained in:
notaz 2017-08-06 19:23:20 +03:00
parent ea38612fad
commit 99bdfd31b8
13 changed files with 102 additions and 147 deletions

View file

@ -38,6 +38,7 @@ void PicoInit(void)
Pico.est.Pico_video = &Pico.video;
Pico.est.Pico_vram = Pico.vram;
Pico.est.PicoOpt = &PicoOpt;
// Init CPUs:
SekInit();
@ -46,6 +47,8 @@ void PicoInit(void)
PicoInitMCD();
PicoSVPInit();
Pico32xInit();
PicoDrawInit();
}
// to be called once on emu exit