summaryrefslogtreecommitdiff
path: root/src/citra/citra.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implemented graceful closing of the GLFW window, along with emulation.Gravatar archshift2014-10-171-1/+1
|
* Added configuration file system.Gravatar archshift2014-10-071-3/+6
| | | | Uses QSettings on citra-qt, and inih on citra-cli.
* Core: Refactor core to use only one function for execution.Gravatar bunnei2014-08-301-1/+3
| | | | | | Core: Cleaned up comment to be more readable. Citra: Changed loop to be more readable.
* Removed unused citra.hGravatar archshift2014-08-191-2/+0
|
* Loader: Implemented AppLoader interface for abstracting application loading.Gravatar bunnei2014-06-241-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.Gravatar bunnei2014-06-161-1/+1
|
* Merge pull request #13 from archshift/masterGravatar bunnei2014-05-181-1/+8
|\ | | | | Use runtime arguments to specify boot filename.
| * Fixed indentsGravatar archshift2014-05-041-7/+7
| |
| * Check arg count before attempting to access it.Gravatar archshift2014-05-011-1/+8
| |
| * Use runtime arguments to specify boot filename.Gravatar archshift2014-05-011-1/+1
| |
* | updated how we call ARM core to make things much fasterGravatar bunnei2014-05-171-7/+5
|/
* fixed license headers in citra projectGravatar bunnei2014-04-081-33/+5
|
* fixed project includes to use new directory structureGravatar bunnei2014-04-081-9/+9
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-081-0/+71