mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
eliminate texrels (wip2)
This commit is contained in:
parent
ea38612fad
commit
99bdfd31b8
13 changed files with 102 additions and 147 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue