mirror of
https://github.com/libretro/FBNeo.git
synced 2025-03-02 14:56:04 +00:00
fix build for older compilers
This commit is contained in:
parent
aeb789b846
commit
496723649b
@ -223,14 +223,14 @@ enum {
|
||||
STATE_REFRESH1 = 0x039,
|
||||
STATE_REFRESH2 = 0x04f,
|
||||
STATE_NORMAL1 = 0x314,
|
||||
STATE_NORMAL2 = 0x6b2,
|
||||
STATE_NORMAL2 = 0x6b2
|
||||
};
|
||||
|
||||
enum {
|
||||
PANTBL_LEFT = 0,
|
||||
PANTBL_RIGHT = 1,
|
||||
PANTBL_DRY = 0,
|
||||
PANTBL_WET = 1,
|
||||
PANTBL_WET = 1
|
||||
};
|
||||
|
||||
static void init_pan_tables()
|
||||
|
Loading…
x
Reference in New Issue
Block a user