X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fcdintf.cpp;h=fbf227fef0f5f95d58a1fc56871f462a40c22063;hb=eaebdeb622e4c586a024073a10219c1313fb0919;hp=35ebf986b919add92999328b9722fa47ec8b195d;hpb=69e8ffa3ff0f8690a359cc5d35455d97232cd12c;p=virtualjaguar diff --git a/src/cdintf.cpp b/src/cdintf.cpp index 35ebf98..fbf227f 100644 --- a/src/cdintf.cpp +++ b/src/cdintf.cpp @@ -71,6 +71,8 @@ bool CDIntfInit(void) return false; } + WriteLog("CDINTF: Successfully opened CD-ROM interface.\n"); + return true; }