summaryrefslogtreecommitdiff
path: root/src/core/loader/loader.cpp
AgeCommit message (Expand)Author
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-05-21CitraQt: Simplify the game list loader codeEmmanuel Gil Peyrot
2016-05-21Loader, Frontends: Refactor loader creation and game loadingEmmanuel Gil Peyrot
2016-05-06fix:return proper errorwwylele
2016-05-04add icon & title to game listwwylele
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage
2016-03-08Improve error report from Init() functionsLittleWhite
2016-03-03Display errors in GUI when loading ROM failedLittleWhite
2015-10-01Merge pull request #1095 from archshift/game-listbunnei
2015-09-30Expose loader helper functions for identifying files.archshift
2015-09-21Implement 3dsx RomFSCruel
2015-09-10General: Fix up doxygen commentsLioncash
2015-08-15Properly indicate that CIA support is not implemented yetBenjamin Barenblat
2015-08-15Give CIA file type a nameBenjamin Barenblat
2015-07-25loader: Remove unnecessary else usagesLioncash
2015-07-13Loader: Remove unnecessary pointer indirection to IOFileYuri Kunde Schlesner
2015-07-13FS: Stream RomFS from file instead of loading all of it to memorycondut
2015-06-28Common: Cleanup key_map includes.Emmanuel Gil Peyrot
2015-06-28Common: Fix FileUtil includes, and everything relying on those.Emmanuel Gil Peyrot
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
2015-05-08Loader: Remove .bin file supportYuri Kunde Schlesner
2015-05-08Process: Rename StaticAddressMapping => AddressMappingYuri Kunde Schlesner
2015-05-08Process: Support parsing of exheader kernel capsYuri Kunde Schlesner
2015-05-08Kernel: Remove g_program_idYuri Kunde Schlesner
2015-05-08Kernel: Introduce skeleton Process class to hold process dataYuri Kunde Schlesner
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-02-12Build: Fixed some warningsSubv
2015-02-10FS: Allow multiple instances of the same archive type to be open at onceYuri Kunde Schlesner
2015-01-30loader: Add missing printf argumentLioncash
2015-01-15Loader: Display the type of the file being loaded.Emmanuel Gil Peyrot
2015-01-15Loader: Guess filetype from the magic, or fallback to the extension.Emmanuel Gil Peyrot
2015-01-15Loader: Keep a reference to the file and pass it to the correct AppLoader, in...Emmanuel Gil Peyrot
2015-01-15Loader: Don’t duplicate the docstring into the cpp file.Emmanuel Gil Peyrot
2015-01-05Fix correct espaceDante38490
2015-01-05Add support load 3DS roomDante38490
2014-12-21Merge pull request #291 from purpasmart96/licensebunnei
2014-12-20License changepurpasmart96
2014-12-20Common: Add a clone of std::make_uniqueYuri Kunde Schlesner
2014-12-17Filesystem/Archives: Implemented the SaveData archiveSubv
2014-12-16FS.Archive: Clean up treatment of archives and their handlesYuri Kunde Schlesner
2014-12-16Service.FS: Do archive registration using IdCode instead of nameYuri Kunde Schlesner
2014-12-16HLE: Rename namespaces to match move & fix initialization orderYuri Kunde Schlesner
2014-12-16HLE: Move kernel/archive.* to service/fs/Yuri Kunde Schlesner
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-12-08Loader: Add 3DSX supportichfly
2014-09-17Common: Rename the File namespace to FileUtil, to match the filename and prev...Emmanuel Gil Peyrot
2014-09-11Merge pull request #99 from archshift/ext-checkbunnei
2014-09-08core: Prune redundant includesarchshift
2014-09-08Added string_util to common, small changes in loader.cpparchshift