summaryrefslogtreecommitdiffstats
path: root/src/core/loader/3dsx.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove lots more 3DS-specific code.bunnei2017-10-131-46/+0
* Loaders: Don't automatically set the current process every time we load an application.Subv2017-09-271-1/+1
* loader: Remove duplicate docstrings.bunnei2016-12-221-20/+0
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-1/+0
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-2/+1
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-3/+6
* Loader: Add a GetFileType method to get the type of a loaded fileEmmanuel Gil Peyrot2016-05-211-0/+8
* add icon & title to game listwwylele2016-05-041-1/+8
* Implement 3dsx RomFSCruel2015-09-211-2/+12
* Loader: Remove unnecessary pointer indirection to IOFileYuri Kunde Schlesner2015-07-141-1/+1
* Kernel: Introduce skeleton Process class to hold process dataYuri Kunde Schlesner2015-05-091-1/+7
* Loader: Guess filetype from the magic, or fallback to the extension.Emmanuel Gil Peyrot2015-01-151-0/+7
* Loader: Keep a reference to the file and pass it to the correct AppLoader, instead of loading it multiple times.Emmanuel Gil Peyrot2015-01-151-6/+1
* Loader: Never forget to change is_loaded.Emmanuel Gil Peyrot2015-01-151-1/+1
* License changepurpasmart962014-12-211-1/+1
* Loader: Add 3DSX supportichfly2014-12-081-0/+32