summaryrefslogtreecommitdiff
path: root/Xenogears
diff options
context:
space:
mode:
authorpixel <pixel>2003-10-12 05:15:00 +0000
committerpixel <pixel>2003-10-12 05:15:00 +0000
commit7787631c6ee37a489732c95cb0864422e3a3bdd1 (patch)
tree4f6374a3dcc58661ea7b116e2b87cdf84e14e414 /Xenogears
parent7cf5187c0a8cedba390a5455b63ed4ecf867be32 (diff)
AT LAST!!!
Windows 2k/XP CD reading works using raw ioctls!!!! HURRAY!!!!!!!!
Diffstat (limited to 'Xenogears')
-rw-r--r--Xenogears/main_dump.cpp2
1 files changed, 1 insertions, 1 deletions
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");