summaryrefslogtreecommitdiffstats
path: root/src/core/src
diff options
context:
space:
mode:
authorShizZy <shizzy@6bit.net>2013-09-26 03:03:42 +0200
committerShizZy <shizzy@6bit.net>2013-09-26 03:03:42 +0200
commit05d5113701cc308db07aea73ec36bf653361726a (patch)
treea07dc51a8aff484041b2d0b7dd220baf752f5ff3 /src/core/src
parentmoved file_sys back to core (diff)
downloadyuzu-05d5113701cc308db07aea73ec36bf653361726a.tar
yuzu-05d5113701cc308db07aea73ec36bf653361726a.tar.gz
yuzu-05d5113701cc308db07aea73ec36bf653361726a.tar.bz2
yuzu-05d5113701cc308db07aea73ec36bf653361726a.tar.lz
yuzu-05d5113701cc308db07aea73ec36bf653361726a.tar.xz
yuzu-05d5113701cc308db07aea73ec36bf653361726a.tar.zst
yuzu-05d5113701cc308db07aea73ec36bf653361726a.zip
Diffstat (limited to 'src/core/src')
-rw-r--r--src/core/src/file_sys/directory_file_system.cpp (renamed from src/core/src/file_sys/file_sys_directory.cpp)2
-rw-r--r--src/core/src/file_sys/directory_file_system.h (renamed from src/core/src/file_sys/file_sys_directory.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/core/src/file_sys/file_sys_directory.cpp b/src/core/src/file_sys/directory_file_system.cpp
index 79acb181c..29369eec4 100644
--- a/src/core/src/file_sys/file_sys_directory.cpp
+++ b/src/core/src/file_sys/directory_file_system.cpp
@@ -17,7 +17,7 @@
#include "chunk_file.h"
#include "file_util.h"
-#include "file_sys_directory.h"
+#include "directory_file_system.h"
//#include "ISOFileSystem.h"
//#include "Core/HLE/sceKernel.h"
//#include "file/zip_read.h"
diff --git a/src/core/src/file_sys/file_sys_directory.h b/src/core/src/file_sys/directory_file_system.h
index a11331a27..a11331a27 100644
--- a/src/core/src/file_sys/file_sys_directory.h
+++ b/src/core/src/file_sys/directory_file_system.h