diff --git a/Source/Core/DiscIO/VolumeGC.cpp b/Source/Core/DiscIO/VolumeGC.cpp index beeaa15677..6c7c8d8a9a 100644 --- a/Source/Core/DiscIO/VolumeGC.cpp +++ b/Source/Core/DiscIO/VolumeGC.cpp @@ -136,7 +136,7 @@ Platform VolumeGC::GetVolumeType() const bool VolumeGC::IsDatelDisc() const { - return !GetBootDOLOffset(*this, PARTITION_NONE).has_value(); + return GetGameID() == "DTLX01" || !GetBootDOLOffset(*this, PARTITION_NONE).has_value(); } std::array VolumeGC::GetSyncHash() const