diff --git a/desmume/src/MMU.cpp b/desmume/src/MMU.cpp index 05adccc39..8a1df02f1 100644 --- a/desmume/src/MMU.cpp +++ b/desmume/src/MMU.cpp @@ -1312,8 +1312,8 @@ static INLINE u16 read_timer(int proc, int timerIndex) s32 units = diff / (1<=0); - if(ret<0) printf("NEW EMULOOP BAD NEWS PLEASE REPORT: TIME READ RETURN < 0\n"); + if(ret<0) printf("NEW EMULOOP BAD NEWS PLEASE REPORT: TIME READ RETURN < 0: %d\n", ret); + return ret; }