예제 #1
0
static int netloader_draw_progress(void) {
	char info[1024];
	sprintf(info, "Transferring: %s\n\n%s",netloadedPath,progress);

    drawNetloaderBackground();
    drawAlert("NetLoader", info, NULL, 0, NULL);

    gfxFlip();

//	gfxFlushBuffers();
//	gfxSwapBuffers();
//
//	gspWaitForVBlank();

	return 0;
}
예제 #2
0
int netloader_draw_error(void) {
    drawNetloaderBackground();
    drawAlert("NetLoader error", errbuf, NULL, 0, NULL);
	return 0;
}
예제 #3
0
void DragFrameShape::draw_Alert(const DrawBuf &buf) const
 {
  drawAlert(buf,btnAlert);
 }