mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-23 04:41:54 -05:00
Common/LinearDiskCache: Replace std::fstream with File::IOFile
File::IOFile is better suited to this type of task. Split out from a future PR.
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/Config/Config.h"
|
||||
#include "Common/Event.h"
|
||||
#include "Common/FileUtil.h"
|
||||
#include "Common/Logging/Log.h"
|
||||
|
||||
#include "Core/Config/MainSettings.h"
|
||||
|
||||
Reference in New Issue
Block a user