int graph_set_screen(int x, int y, int width, int height)
void graph_set_bgcolor(unsigned char r, unsigned char g, unsigned char b)
void graph_enable_output(void)
void graph_set_framebuffer_filtered(int fbp, int width, int psm, int x, int y)
int graph_get_region(void)
#define GRAPH_MODE_INTERLACED
int graph_set_mode(int interlace, int mode, int ffmd, int flicker_filter)
int DisableIntc(int intc)
s32 RemoveIntcHandler(s32 cause, s32 handler_id)
s32 AddIntcHandler(s32 cause, s32(*handler_func)(s32 cause), s32 next)
void graph_remove_vsync_handler(int callback_id)
int graph_initialize(int fbp, int width, int height, int psm, int x, int y)
int graph_get_field(void)
int graph_add_vsync_handler(int(*vsync_callback)())
void graph_wait_vsync(void)
int graph_check_vsync(void)
void graph_start_vsync(void)
void graph_wait_hsync(void)