mirror of
https://github.com/libretro/beetle-wswan-libretro.git
synced 2024-11-22 23:49:40 +00:00
Selective backport from version 0.9.38-UNSTABLE - remove OP_RANGE -
was already not used anyway
This commit is contained in:
parent
4e61a022d3
commit
369a2ddc72
@ -331,9 +331,7 @@ static INLINE void i_real_scasw(void)
|
||||
|
||||
static void DoOP(uint8 opcode)
|
||||
{
|
||||
//#define OP(num,func_name) static void func_name(void)
|
||||
#define OP(num, func_name) case num:
|
||||
#define OP_RANGE(num1, num2, func_name) case num1 ... num2:
|
||||
#define OP_EPILOGUE break
|
||||
|
||||
switch(opcode)
|
||||
|
Loading…
Reference in New Issue
Block a user