[Atsoft-commit] CVS: dcgen/gui romlist.c,1.4,1.5
Brought to you by:
atani
|
From: Mike D. <at...@us...> - 2002-02-12 05:56:22
|
Update of /cvsroot/atsoft/dcgen/gui
In directory usw-pr-cvs1:/tmp/cvs-serv5206/gui
Modified Files:
romlist.c
Log Message:
See ChangeLog
Index: romlist.c
===================================================================
RCS file: /cvsroot/atsoft/dcgen/gui/romlist.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** romlist.c 6 Feb 2002 07:11:20 -0000 1.4
--- romlist.c 12 Feb 2002 05:56:20 -0000 1.5
***************
*** 165,169 ****
if(msg != NULL)
{
! while(!ui_check_cond(CONT_START))
{
ta_begin_render();
--- 165,169 ----
if(msg != NULL)
{
! while(!ui_check_cond(CONT_B))
{
ta_begin_render();
***************
*** 172,176 ****
draw_poly_strf(40.0f, 200.0f, 100.0f, 1.0f, 1.0f, 1.0f, 1.0f, "Error loading rom:");
draw_poly_strf(40.0f, 224.0f, 100.0f, 1.0f, 1.0f, 1.0f, 1.0f, msg);
! draw_poly_strf(40.0f, 400.0f, 100.0f, 1.0f, 1.0f, 1.0f, 1.0f, "PRESS START");
ta_commit_eol();
ta_finish_frame();
--- 172,176 ----
draw_poly_strf(40.0f, 200.0f, 100.0f, 1.0f, 1.0f, 1.0f, 1.0f, "Error loading rom:");
draw_poly_strf(40.0f, 224.0f, 100.0f, 1.0f, 1.0f, 1.0f, 1.0f, msg);
! draw_poly_strf(40.0f, 400.0f, 100.0f, 1.0f, 1.0f, 1.0f, 1.0f, "PRESS B");
ta_commit_eol();
ta_finish_frame();
|