[NDS模拟器]8月23号测试版
-
开发日志:
- GPU: Clean up and optimize the BG mosaic code.
- GPU: When calculating the VRAM pixel location using MMU_gpu_map(), replace division and mod instructions with bitshift and bitwise AND instructions. Should help older compilers that don't know how to optimize the division/mod instructions into bitshift/bitwise AND instructions.