S3D optimisations - between 15% and 30% faster on my machine.
This commit is contained in:
parent
e09b68b242
commit
a66dddfb43
4 changed files with 339 additions and 172 deletions
|
|
@ -455,3 +455,6 @@ extern int frame;
|
|||
|
||||
|
||||
uint8_t *vramp;
|
||||
|
||||
uint64_t timer_read();
|
||||
extern uint64_t timer_freq;
|
||||
|
|
|
|||
Loading…
Reference in a new issue