Protofall / Crayon-Game-Framework

My own library for making games on the Dreamcast
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Crayon: Txr data shouldn't be uploaded directly to vram #244

Open Protofall opened 3 years ago

Protofall commented 3 years ago

Currently the file pointer reads directly into vram. I instead should load into local ram, then use the proper function to load from that to vram because I think it will be faster.