mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06: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