S3D optimisations - between 15% and 30% faster on my machine.

This commit is contained in:
TomW 2014-06-04 19:45:12 +01:00
commit a66dddfb43
4 changed files with 339 additions and 172 deletions

View file

@ -455,3 +455,6 @@ extern int frame;
uint8_t *vramp;
uint64_t timer_read();
extern uint64_t timer_freq;