| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implemented graceful closing of the GLFW window, along with emulation. | 2014-10-17 | 1 | -1/+1 | |
| | | |||||
| * | Added configuration file system. | 2014-10-07 | 1 | -3/+6 | |
| | | | | | Uses QSettings on citra-qt, and inih on citra-cli. | ||||
| * | Core: Refactor core to use only one function for execution. | 2014-08-30 | 1 | -1/+3 | |
| | | | | | | | Core: Cleaned up comment to be more readable. Citra: Changed loop to be more readable. | ||||
| * | Removed unused citra.h | 2014-08-19 | 1 | -2/+0 | |
| | | |||||
| * | Loader: Implemented AppLoader interface for abstracting application loading. | 2014-06-24 | 1 | -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. | 2014-06-16 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request #13 from archshift/master | 2014-05-18 | 1 | -1/+8 | |
| |\ | | | | | Use runtime arguments to specify boot filename. | ||||
| | * | Fixed indents | 2014-05-04 | 1 | -7/+7 | |
| | | | |||||
| | * | Check arg count before attempting to access it. | 2014-05-01 | 1 | -1/+8 | |
| | | | |||||
| | * | Use runtime arguments to specify boot filename. | 2014-05-01 | 1 | -1/+1 | |
| | | | |||||
| * | | updated how we call ARM core to make things much faster | 2014-05-17 | 1 | -7/+5 | |
| |/ | |||||
| * | fixed license headers in citra project | 2014-04-08 | 1 | -33/+5 | |
| | | |||||
| * | fixed project includes to use new directory structure | 2014-04-08 | 1 | -9/+9 | |
| | | |||||
| * | got rid of 'src' folders in each sub-project | 2014-04-08 | 1 | -0/+71 | |