newemuloop: comment that a little better so i dont forget

This commit is contained in:
zeromus 2009-07-17 00:15:48 +00:00
parent e482c772e2
commit 3c5ad7c896
1 changed files with 2 additions and 1 deletions

View File

@ -1313,7 +1313,8 @@ static INLINE u16 read_timer(int proc, int timerIndex)
s32 ret;
if(units==65536)
ret = 0;
ret = 0; //I'm not sure why this is happening...
//whichever instruction setup this counter should advance nds_timer (I think?) and the division should truncate down to 65535 immediately
else if(units>65536) {
printf("NEW EMULOOP BAD NEWS PLEASE REPORT: UNITS %d:%d = %d\n",proc,timerIndex,units);
ret = 0;