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();
|
||||
|
||||
|
@ -82,6 +82,7 @@ typedef struct {
|
||||
u32 target_frame_time;
|
||||
bool paused;
|
||||
bool frame;
|
||||
bool debug;
|
||||
} ppu_context;
|
||||
|
||||
void ppu_init();
|
||||
|
Reference in New Issue
Block a user