summaryrefslogtreecommitdiffstats
path: root/src/core/loader/3dsx.cpp
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-01-07 00:36:48 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-01-15 22:21:26 +0100
commit43e699d849ac5dd7a29ff0eeb5821e2a824c091e (patch)
treeb05f3b2621d59bdd936211245126b51152a89f86 /src/core/loader/3dsx.cpp
parentLoader: Fix indentation, whitespace, and a few other such cosmetic stuff. (diff)
downloadyuzu-43e699d849ac5dd7a29ff0eeb5821e2a824c091e.tar
yuzu-43e699d849ac5dd7a29ff0eeb5821e2a824c091e.tar.gz
yuzu-43e699d849ac5dd7a29ff0eeb5821e2a824c091e.tar.bz2
yuzu-43e699d849ac5dd7a29ff0eeb5821e2a824c091e.tar.lz
yuzu-43e699d849ac5dd7a29ff0eeb5821e2a824c091e.tar.xz
yuzu-43e699d849ac5dd7a29ff0eeb5821e2a824c091e.tar.zst
yuzu-43e699d849ac5dd7a29ff0eeb5821e2a824c091e.zip
Diffstat (limited to 'src/core/loader/3dsx.cpp')
-rw-r--r--src/core/loader/3dsx.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/loader/3dsx.cpp b/src/core/loader/3dsx.cpp
index fad544571..06827668f 100644
--- a/src/core/loader/3dsx.cpp
+++ b/src/core/loader/3dsx.cpp
@@ -213,10 +213,6 @@ AppLoader_THREEDSX::AppLoader_THREEDSX(const std::string& filename) : filename(f
AppLoader_THREEDSX::~AppLoader_THREEDSX() {
}
-/**
-* Loads a 3DSX file
-* @return Success on success, otherwise Error
-*/
ResultStatus AppLoader_THREEDSX::Load() {
LOG_INFO(Loader, "Loading 3DSX file %s...", filename.c_str());
FileUtil::IOFile file(filename, "rb");