From 7787631c6ee37a489732c95cb0864422e3a3bdd1 Mon Sep 17 00:00:00 2001 From: pixel Date: Sun, 12 Oct 2003 05:15:00 +0000 Subject: AT LAST!!! Windows 2k/XP CD reading works using raw ioctls!!!! HURRAY!!!!!!!! --- Xenogears/main_dump.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Xenogears/main_dump.cpp') diff --git a/Xenogears/main_dump.cpp b/Xenogears/main_dump.cpp index 65b7466..1610ec1 100644 --- a/Xenogears/main_dump.cpp +++ b/Xenogears/main_dump.cpp @@ -99,7 +99,7 @@ virtual int startup() throw (GeneralException) iso_filename = argv[2]; printm(M_STATUS, "Begin processing iso file.\n"); - f_iso = open_iso(iso_filename); + f_iso = cdabstract::open_cd(iso_filename); if (check_iso()) { printm(M_ERROR, "Invalid iso file for " + title + "\n"); -- cgit v1.2.3