Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | License change | purpasmart96 | 2014-12-21 | 1 | -1/+1 |
| | |||||
* | Add configurable per-class log filtering | Yuri Kunde Schlesner | 2014-12-13 | 1 | -1/+4 |
| | |||||
* | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 2014-12-13 | 1 | -2/+2 |
| | |||||
* | New logging system | Yuri Kunde Schlesner | 2014-12-13 | 1 | -5/+11 |
| | |||||
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | Add support for disabling log from settings | Sean | 2014-11-03 | 1 | -0/+4 |
| | |||||
* | Implemented graceful closing of the GLFW window, along with emulation. | archshift | 2014-10-17 | 1 | -1/+1 |
| | |||||
* | Added configuration file system. | archshift | 2014-10-08 | 1 | -3/+6 |
| | | | | Uses QSettings on citra-qt, and inih on citra-cli. | ||||
* | Core: Refactor core to use only one function for execution. | bunnei | 2014-08-31 | 1 | -1/+3 |
| | | | | | | Core: Cleaned up comment to be more readable. Citra: Changed loop to be more readable. | ||||
* | Removed unused citra.h | archshift | 2014-08-20 | 1 | -2/+0 |
| | |||||
* | Loader: Implemented AppLoader interface for abstracting application loading. | bunnei | 2014-06-25 | 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. | bunnei | 2014-06-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #13 from archshift/master | bunnei | 2014-05-19 | 1 | -1/+8 |
|\ | | | | | Use runtime arguments to specify boot filename. | ||||
| * | Fixed indents | archshift | 2014-05-05 | 1 | -7/+7 |
| | | |||||
| * | Check arg count before attempting to access it. | archshift | 2014-05-02 | 1 | -1/+8 |
| | | |||||
| * | Use runtime arguments to specify boot filename. | archshift | 2014-05-02 | 1 | -1/+1 |
| | | |||||
* | | updated how we call ARM core to make things much faster | bunnei | 2014-05-17 | 1 | -7/+5 |
|/ | |||||
* | fixed license headers in citra project | bunnei | 2014-04-09 | 1 | -33/+5 |
| | |||||
* | fixed project includes to use new directory structure | bunnei | 2014-04-09 | 1 | -9/+9 |
| | |||||
* | got rid of 'src' folders in each sub-project | bunnei | 2014-04-09 | 1 | -0/+71 |