Example #1
0
void plat_status_msg_busy_first(const char *msg)
{
	gp2x_memcpy_all_buffers(g_screen_ptr, 0, 320*240*2);
	plat_status_msg_busy_next(msg);
}
Example #2
0
void plat_status_msg_busy_first(const char *msg)
{
//	memset32(g_screen_ptr, 0, g_screen_ppitch * g_screen_height * 2 / 4);
	plat_status_msg_busy_next(msg);
}