summaryrefslogtreecommitdiff
path: root/src/core/loader/3dsx.cpp
diff options
context:
space:
mode:
authorGravatar Emmanuel Gil Peyrot2015-01-06 23:36:48 +0000
committerGravatar Emmanuel Gil Peyrot2015-01-15 21:21:26 +0000
commit43e699d849ac5dd7a29ff0eeb5821e2a824c091e (patch)
treeb05f3b2621d59bdd936211245126b51152a89f86 /src/core/loader/3dsx.cpp
parentLoader: Fix indentation, whitespace, and a few other such cosmetic stuff. (diff)
downloadyuzu-43e699d849ac5dd7a29ff0eeb5821e2a824c091e.tar.gz
yuzu-43e699d849ac5dd7a29ff0eeb5821e2a824c091e.tar.xz
yuzu-43e699d849ac5dd7a29ff0eeb5821e2a824c091e.zip
Loader: Don’t duplicate the docstring into the cpp file.
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
213AppLoader_THREEDSX::~AppLoader_THREEDSX() { 213AppLoader_THREEDSX::~AppLoader_THREEDSX() {
214} 214}
215 215
216/**
217* Loads a 3DSX file
218* @return Success on success, otherwise Error
219*/
220ResultStatus AppLoader_THREEDSX::Load() { 216ResultStatus AppLoader_THREEDSX::Load() {
221 LOG_INFO(Loader, "Loading 3DSX file %s...", filename.c_str()); 217 LOG_INFO(Loader, "Loading 3DSX file %s...", filename.c_str());
222 FileUtil::IOFile file(filename, "rb"); 218 FileUtil::IOFile file(filename, "rb");