Working on ppu
This commit is contained in:
@ -52,7 +52,7 @@ typedef enum {
|
||||
SS_LYC = (1 << 6)
|
||||
} stat_src;
|
||||
|
||||
#define LCDS_STAT_INT(src) (lcd_get_context()->lcds & src)
|
||||
#define LCDS_STAT_INT(src) ((lcd_get_context()->lcds & src) == src)
|
||||
|
||||
void lcd_init();
|
||||
|
||||
|
Reference in New Issue
Block a user