summaryrefslogtreecommitdiff
path: root/src/citra/citra.cpp
AgeCommit message (Collapse)Author
2014-06-24Loader: Implemented AppLoader interface for abstracting application loading.bunnei
- Various cleanups/refactorings to Loader, ELF, and NCCH modules. - Added AppLoader interface to ELF and NCCH. - Updated Qt/GLFW frontends to check AppLoader ResultStatus. NCCH: Removed extra qualification typos. Loader: Removed unnecessary #include's. NCCH: Improved readability of memcmp statements. NCCH: Added missing space. Elf: Removed unnecessary usage of unique_ptr. Loader: Removed unnecessary usage of unique_ptr.
2014-06-16Loader: Moved elf and loader modules to a "loader" subdirectory.bunnei
2014-05-18Merge pull request #13 from archshift/masterbunnei
Use runtime arguments to specify boot filename.
2014-05-17updated how we call ARM core to make things much fasterbunnei
2014-05-04Fixed indentsarchshift
2014-05-01Check arg count before attempting to access it.archshift
2014-05-01Use runtime arguments to specify boot filename.archshift
2014-04-08fixed license headers in citra projectbunnei
2014-04-08fixed project includes to use new directory structurebunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei