diff options
| author | 2015-01-06 23:36:48 +0000 | |
|---|---|---|
| committer | 2015-01-15 21:21:26 +0000 | |
| commit | 43e699d849ac5dd7a29ff0eeb5821e2a824c091e (patch) | |
| tree | b05f3b2621d59bdd936211245126b51152a89f86 /src/core/loader/3dsx.cpp | |
| parent | Loader: Fix indentation, whitespace, and a few other such cosmetic stuff. (diff) | |
| download | yuzu-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.cpp | 4 |
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 | |||
| 213 | AppLoader_THREEDSX::~AppLoader_THREEDSX() { | 213 | AppLoader_THREEDSX::~AppLoader_THREEDSX() { |
| 214 | } | 214 | } |
| 215 | 215 | ||
| 216 | /** | ||
| 217 | * Loads a 3DSX file | ||
| 218 | * @return Success on success, otherwise Error | ||
| 219 | */ | ||
| 220 | ResultStatus AppLoader_THREEDSX::Load() { | 216 | ResultStatus 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"); |