mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-23 08:59:39 +00:00
ull some long jibby-jab for iq_132
This commit is contained in:
parent
499ae1cfc7
commit
cdb93c9667
@ -21,9 +21,9 @@
|
||||
#include "burnint.h"
|
||||
#include "hq_shared32.h"
|
||||
|
||||
const UINT64 reg_blank = 0x0000000000000000;
|
||||
const UINT64 const7 = 0x0000000700070007;
|
||||
const UINT64 treshold = 0x0000000000300706;
|
||||
const UINT64 reg_blank = 0x0000000000000000ULL;
|
||||
const UINT64 const7 = 0x0000000700070007ULL;
|
||||
const UINT64 treshold = 0x0000000000300706ULL;
|
||||
|
||||
void Interp1(unsigned char * pc, unsigned int c1, unsigned int c2)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user