mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-23 07:50:03 +00:00
Cleanups
This commit is contained in:
parent
e2d5e8df9a
commit
2751146f0f
@ -43,12 +43,3 @@ CDAccess *cdaccess_open_image(const char *path, bool image_memcache)
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
CDAccess *cdaccess_open_phys(const char *devicename)
|
||||
{
|
||||
#ifdef HAVE_LIBCDIO
|
||||
return new CDAccess_Physical(devicename);
|
||||
#else
|
||||
throw MDFN_Error(0, _("Physical CD access support not compiled in."));
|
||||
#endif
|
||||
}
|
||||
|
@ -26,6 +26,5 @@ class CDAccess
|
||||
};
|
||||
|
||||
CDAccess *cdaccess_open_image(const char *path, bool image_memcache);
|
||||
CDAccess *cdaccess_open_phys(const char *devicename);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user