This commit is contained in:
parent
d3d7f97b41
commit
8aeb35d3ae
3 changed files with 18 additions and 9 deletions
|
@ -114,18 +114,19 @@ void StartLoad(int _loadX,int _loadY)
|
|||
/*****************************************************************************/
|
||||
void StopLoad()
|
||||
{
|
||||
|
||||
if(DrawLoadIcon)
|
||||
{
|
||||
#if defined(__USER_CDBUILD__)
|
||||
while(LoadTime)
|
||||
{
|
||||
VSync(0);
|
||||
}
|
||||
while(LoadTime)
|
||||
{
|
||||
VSync(0);
|
||||
}
|
||||
#endif
|
||||
Screen[0].Draw.isbg=Screen[1].Draw.isbg=1;
|
||||
|
||||
DrawLoadIcon=0;
|
||||
SYSTEM_DBGMSG("Stop Load");
|
||||
Screen[0].Draw.isbg=Screen[1].Draw.isbg=1;
|
||||
|
||||
DrawLoadIcon=0;
|
||||
SYSTEM_DBGMSG("Stop Load");
|
||||
}
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue