mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-24 06:34:02 +00:00
remove printf
This commit is contained in:
parent
2dd5d7e43f
commit
1cd10bb3a1
@ -22,6 +22,7 @@
|
||||
*/
|
||||
|
||||
#include "defc.h"
|
||||
#include "glog.h"
|
||||
|
||||
extern int Verbose;
|
||||
extern word32 g_vbl_count; // OG change int to word32
|
||||
@ -350,8 +351,7 @@ iwm_vbl_update(int doit_3_persec)
|
||||
|
||||
if(iwm.motor_on && iwm.motor_off) {
|
||||
if((word32)iwm.motor_off_vbl_count <= g_vbl_count) {
|
||||
printf("Disk timer expired, drive off: %08x\n",
|
||||
g_vbl_count);
|
||||
glogf("Disk timer expired, drive off: %08x\n", g_vbl_count);
|
||||
iwm.motor_on = 0;
|
||||
iwm.motor_off = 0;
|
||||
if (g_temp_boot_slot != 254) {
|
||||
|
Loading…
Reference in New Issue
Block a user