| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-26 | Core: Re-write frame limiter | Yuri Kunde Schlesner | |
| Now based on std::chrono, and also works in terms of emulated time instead of frames, so we can in the future frame-limit even when the display is disabled, etc. The frame limiter can also be enabled along with v-sync now, which should be useful for those with displays running at more than 60 Hz. | |||
| 2017-02-26 | Core: Make PerfStats internally locked | Yuri Kunde Schlesner | |
| More ergonomic to use and will be required for upcoming changes. | |||
| 2017-02-26 | Add performance statistics to status bar | Yuri Kunde Schlesner | |
| 2017-01-30 | core: inline CPU, 132 warnings fixed on GCC | Kloen | |
| 2016-12-22 | ThreadContext: Move from "core" to "arm_interface". | bunnei | |
| 2016-12-22 | core: Replace "AppCore" nomenclature with just "CPU". | bunnei | |
| 2016-12-21 | Address clang-format issues. | bunnei | |
| 2016-12-21 | core: Remove HLE module, consolidate code & various cleanups. | bunnei | |
| 2016-12-21 | core: Consolidate core and system state, remove system module & cleanups. | bunnei | |
| 2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | |
| 2016-03-08 | Improve error report from Init() functions | LittleWhite | |
| Add error popup when citra initialization failed | |||
| 2015-12-29 | core: Use unique_ptr for holding the interpreter instances | Lioncash | |
| 2015-11-29 | Core/ARM11: Correct the size of the VFP register array in the ThreadContext ↵ | Subv | |
| structure. The VFP registers are 64 bits each, and there are 32 of them. | |||
| 2015-04-20 | dyncom: Remove more unused/unnecessary code | Lioncash | |
| Gets rid of a sizeable amount of stuff in armdefs. | |||
| 2015-01-31 | arm: Clean up ARMul_State | Lioncash | |
| Remove unnecessary/unused struct variables. | |||
| 2015-01-31 | arm: Adios armemu | Lioncash | |
| 2015-01-09 | Move ThreadContext to core/core.h and deal with the fallout | Yuri Kunde Schlesner | |
| 2015-01-02 | Core: Change default CPU to dyncom. | bunnei | |
| 2014-12-20 | License change | purpasmart96 | |
| 2014-11-11 | Core: Changed RunLoop iterations to 1000 (slightly better performance). | bunnei | |
| 2014-10-27 | Use configuration files to enable or disable the new dyncom interpreter. | archshift | |
| 2014-10-25 | ARM: Reorganized file structure to move shared SkyEye code to a more common ↵ | bunnei | |
| area. Removed s_ prefix | |||
| 2014-08-30 | Core: Refactor core to use only one function for execution. | bunnei | |
| Core: Cleaned up comment to be more readable. Citra: Changed loop to be more readable. | |||
| 2014-04-08 | fixed project includes to use new directory structure | bunnei | |
| 2014-04-08 | got rid of 'src' folders in each sub-project | bunnei | |
