mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
svp compiler: few more optimizations
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@389 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
34e243f167
commit
2385f27374
2 changed files with 88 additions and 6 deletions
|
@ -13,7 +13,7 @@
|
|||
#endif
|
||||
|
||||
svp_t *svp = NULL;
|
||||
int PicoSVPCycles = 1000; // cycles/line
|
||||
int PicoSVPCycles = 820; // cycles/line, just a guess
|
||||
|
||||
/* save state stuff */
|
||||
typedef enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue