Add internal database for problematic games. (#182)
[pcsx_rearmed.git] / libpcsxcore / database.h
diff --git a/libpcsxcore/database.h b/libpcsxcore/database.h
new file mode 100644 (file)
index 0000000..fbb564d
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef DATABASE_H
+#define DATABASE_H
+
+extern void Apply_Hacks_Cdrom();
+
+#endif