summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/VolumeDisc.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2021-03-16 11:03:36 +0100
committerGitHub <noreply@github.com>2021-03-16 11:03:36 +0100
commitc8d8f9ef8506e8ca30b134b307b77a95c7b91623 (patch)
treeea39d6f9c2bd07120d3edaf38d7b10a16b1264a8 /Source/Core/DiscIO/VolumeDisc.cpp
parent3fcc018fa7173e80b52758ca81b5d00eef018ac6 (diff)
parente47c9764de5c2e8f273c9dcf52b3730914f05521 (diff)
Merge pull request #9577 from JosJuice/di-unknown-size-hack
DVDInterface: Make the WBFS/CISO hack only affect WBFS/CISO
Diffstat (limited to 'Source/Core/DiscIO/VolumeDisc.cpp')
-rw-r--r--Source/Core/DiscIO/VolumeDisc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/VolumeDisc.cpp b/Source/Core/DiscIO/VolumeDisc.cpp
index 3ccea4b62f..ec23922274 100644
--- a/Source/Core/DiscIO/VolumeDisc.cpp
+++ b/Source/Core/DiscIO/VolumeDisc.cpp
@@ -12,7 +12,7 @@
#include <mbedtls/sha1.h>
#include "Common/CommonTypes.h"
-#include "DiscIO/DiscExtractor.h"
+#include "DiscIO/DiscUtils.h"
#include "DiscIO/Enums.h"
#include "DiscIO/Filesystem.h"