mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -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:
@ -10,6 +10,7 @@
|
||||
|
||||
#include "Common/Assert.h"
|
||||
#include "Common/CommonFuncs.h"
|
||||
#include "Common/FileUtil.h"
|
||||
#include "Common/LinearDiskCache.h"
|
||||
#include "Common/MsgHandler.h"
|
||||
|
||||
|
Reference in New Issue
Block a user