Merge pull request #14052 from jordan-woyak/DirectIOFile

Common and DiscIO: Introduce a thread safe DirectIOFile and make BlobReader implementations use it.
This commit is contained in:
Jordan Woyak
2025-11-10 17:29:43 -06:00
committed by GitHub
28 changed files with 978 additions and 248 deletions
+1
View File
@@ -35,6 +35,7 @@
#endif
#include "Common/Config/Config.h"
#include "Common/FileUtil.h"
#include "Common/ScopeGuard.h"
#include "Common/Version.h"
#include "Common/WindowSystemInfo.h"