diff --git a/pcsx2/CDVD/CDVDaccess.cpp b/pcsx2/CDVD/CDVDaccess.cpp index cf71955a22..3706f5ffd1 100644 --- a/pcsx2/CDVD/CDVDaccess.cpp +++ b/pcsx2/CDVD/CDVDaccess.cpp @@ -113,6 +113,9 @@ static int CheckDiskTypeFS(int baseType) { } +#ifdef PCSX2_DEVBUILD + return CDVD_TYPE_PS2DVD; // need this hack for some homebrew (SMS) +#endif return CDVD_TYPE_ILLEGAL; // << Only for discs which aren't ps2 at all. }