detonator
detonator copied to clipboard
Implement tile map memory mapping in engine loader
Implement tile map memory mapping in engine loader. When the tilemap is a read only map the most efficient way of implementing the data loading is to memory map it. Similar functionality already exists for memory mapping audio data.