aboutsummaryrefslogtreecommitdiff
path: root/src/core/loader/deconstructed_rom_directory.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-02-05 08:02:14 -0800
committerGitHub <noreply@github.com>2018-02-05 08:02:14 -0800
commite33117c00ae45b7a54a6a5a72c9b7cc7552a97c3 (patch)
treeac9c82156b69f9482c30c1e14ee9b4908ee9841e /src/core/loader/deconstructed_rom_directory.h
parent35517ca92cc3290e2882e3e9009bbb02a038d6f2 (diff)
parentf9ba5a7e11883e208bc159652f64f765a56ed7e1 (diff)
Merge pull request #163 from ogniK5377/istorage_to_romfs
Changed .istorage to .romfs
Diffstat (limited to 'src/core/loader/deconstructed_rom_directory.h')
-rw-r--r--src/core/loader/deconstructed_rom_directory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/loader/deconstructed_rom_directory.h b/src/core/loader/deconstructed_rom_directory.h
index 26493de5e..536a2dab7 100644
--- a/src/core/loader/deconstructed_rom_directory.h
+++ b/src/core/loader/deconstructed_rom_directory.h
@@ -15,7 +15,7 @@ namespace Loader {
* This class loads a "deconstructed ROM directory", which are the typical format we see for Switch
* game dumps. The path should be a "main" NSO, which must be in a directory that contains the other
* standard ExeFS NSOs (e.g. rtld, sdk, etc.). It will automatically find and load these.
- * Furthermore, it will look for the first .istorage file (optionally) and use this for the RomFS.
+ * Furthermore, it will look for the first .romfs file (optionally) and use this for the RomFS.
*/
class AppLoader_DeconstructedRomDirectory final : public AppLoader {
public: