mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00: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:
parent
069840fb7e
commit
28aa04312c
3 changed files with 22 additions and 45 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue