X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fcdintf.cpp;h=fbf227fef0f5f95d58a1fc56871f462a40c22063;hb=6c19e4098a43c47f8cd1824902f7335e124b834f;hp=35ebf986b919add92999328b9722fa47ec8b195d;hpb=7c6cd30da93c3fefde7fe189e3a0aa4a26be972d;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; }