Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix missing return | LittleWhite | 2016-03-09 | 1 | -0/+2 |
| | |||||
* | Improve error report from Init() functions | LittleWhite | 2016-03-08 | 1 | -2/+4 |
| | | | | Add error popup when citra initialization failed | ||||
* | AudioCore: Skeleton Implementation | MerryMage | 2016-02-21 | 1 | -2/+5 |
| | | | | | | | | | This commit: * Adds a new subproject, audio_core. * Defines structures that exist in DSP shared memory. * Hooks up various other parts of the emulator into audio core. This sets the foundation for a later HLE DSP implementation. | ||||
* | Remove unnecessary new lines, changed Deinit to Shutdown | polaris- | 2015-10-12 | 1 | -3/+1 |
| | |||||
* | Implement gdbstub | polaris- | 2015-10-04 | 1 | -0/+6 |
| | |||||
* | Kernel: Remove unused legacy heap MapBlock_* functions | Yuri Kunde Schlesner | 2015-08-16 | 1 | -1/+0 |
| | |||||
* | Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h} | Yuri Kunde Schlesner | 2015-08-16 | 1 | -1/+1 |
| | |||||
* | Core: Remove some unused functions and types | Yuri Kunde Schlesner | 2015-05-04 | 1 | -12/+0 |
| | |||||
* | Core: Fixed a crash and removed some unused variables. | Subv | 2015-01-09 | 1 | -2/+2 |
| | | | | ARM_Disasm only has static methods, so there's no need to have an instance of it. | ||||
* | License change | purpasmart96 | 2014-12-21 | 1 | -1/+1 |
| | |||||
* | HLE: Rename namespaces to match move & fix initialization order | Yuri Kunde Schlesner | 2014-12-16 | 1 | -6/+6 |
| | |||||
* | Core: Removed unused directory_file_system and meta_file_system modules. | bunnei | 2014-06-27 | 1 | -2/+0 |
| | | | | Core: Updated CMakeLists.txt to remove directory_file_system and meta_file_system modules. | ||||
* | Kernel: Added freeing of kernel objects on emulator shutdown. | bunnei | 2014-06-13 | 1 | -0/+3 |
| | |||||
* | cleaned up some logging messages | bunnei | 2014-04-11 | 1 | -5/+10 |
| | |||||
* | fixed project includes to use new directory structure | bunnei | 2014-04-09 | 1 | -6/+7 |
| | |||||
* | got rid of 'src' folders in each sub-project | bunnei | 2014-04-09 | 1 | -0/+42 |