summaryrefslogtreecommitdiffstats
path: root/src/citra/citra.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Loader: Implemented AppLoader interface for abstracting application loading.bunnei2014-06-251-15/+8
| | | | | | | | | | | | | | | | | | - 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.
* Loader: Moved elf and loader modules to a "loader" subdirectory.bunnei2014-06-171-1/+1
|
* Merge pull request #13 from archshift/masterbunnei2014-05-191-1/+8
|\ | | | | Use runtime arguments to specify boot filename.
| * Fixed indentsarchshift2014-05-051-7/+7
| |
| * Check arg count before attempting to access it.archshift2014-05-021-1/+8
| |
| * Use runtime arguments to specify boot filename.archshift2014-05-021-1/+1
| |
* | updated how we call ARM core to make things much fasterbunnei2014-05-171-7/+5
|/
* fixed license headers in citra projectbunnei2014-04-091-33/+5
|
* fixed project includes to use new directory structurebunnei2014-04-091-9/+9
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+71