mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-13 03:30:31 +00:00
ad6d5e9ec9
- Read 8 bytes at a time instead of just 1. - Remove multiply operations from loop. We just need increments or additions. - Change compares with int to compares with zero.