summaryrefslogtreecommitdiffstats
path: root/src/core/core_timing.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-20Fixes some cast warnings, partial port of citra #3064 (#106)River City Ransomware1-2/+2
* Fixes some cast warnings, partially fixes citra #3064 * Converted casts to uint32_t to u32 * Ran clang-format
2018-01-09CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)B3n301-467/+143
* CoreTiming: New CoreTiming; Add Test for CoreTiming
2018-01-07core_timing: Increase clock speed for Switch docked.bunnei1-1/+1
2017-09-30Moved down_count to CoreTimingHuw Pascoe1-13/+23
2017-01-16CoreTiming: use named constant for ARM11 clock ratewwylele1-1/+1
2016-12-22core: Replace "AppCore" nomenclature with just "CPU".bunnei1-13/+13
2016-12-22core: Consolidate core and system state, remove system module & cleanups.bunnei1-14/+13
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-3/+1
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-4/+2
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-19/+16
2015-09-16general: Silence some warnings when using clangLioncash1-1/+2
2015-09-12general: Replace 0 literals with nullptr where applicableLioncash1-1/+1
2015-07-19Core : Fix Conversion Warningszawata1-1/+1
2015-06-28Core: Cleanup core includes.Emmanuel Gil Peyrot1-2/+1
2015-06-28Common: Fix FileUtil includes, and everything relying on those.Emmanuel Gil Peyrot1-0/+1
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot1-1/+1
2015-05-02CoreTiming: Initialize static variables at bootup.bunnei1-0/+10
2015-02-19Remove the useless msg_handler compilation unit that was left over from Dolphinarchshift1-2/+2
2015-02-17core/video_core: Use in-place construction where possibleLioncash1-1/+1
2015-02-13core: Apply static to local functionsLioncash1-7/+7
2015-02-12Build: Fixed some warningsSubv1-5/+5
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-1/+1
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
2015-01-20core_timing: Mark several variables as staticLioncash1-14/+14
These are only used in this translation unit.
2015-01-09Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner1-0/+2
2015-01-07CoreTiming: Ported the CoreTiming namespace from PPSSPPSubv1-394/+315
Implemented the required calls to make it work. CoreTiming: Added a new logging class Core_Timing.
2014-12-21License changepurpasmart961-2/+2
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner1-4/+4
2014-12-03Change NULLs to nullptrs.Rohit Nirmal1-6/+6
2014-11-19Remove tabs in all files except in skyeye imports and in generated GL codeEmmanuel Gil Peyrot1-24/+24
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-2/+2
2014-09-13Core: Replace a sprintf in core_timing with StringFromFormatLioncash1-5/+7
2014-09-07Removed common/std_xyz, instead using the std headerarchshift1-1/+1
2014-09-03Removed common/atomic, instead using std::atomicarchshift1-4/+4
2014-04-09fixed project includes to use new directory structurebunnei1-6/+7
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-09fixed licensing issue with core_timing being GPL v2+ instead of Dolphin's GPL v2bunnei1-421/+405
2013-10-02added core_timing and system modules to core vcprojShizZy1-0/+639