Commit Graph

26 Commits (e85b22320ab339a3f57f829606cf47eabc8f2b04)

Author SHA1 Message Date
Lioncash 751fbfdcc3 general: Silence some warnings when using clang
Lioncash 07bfe0abbb general: Replace 0 literals with nullptr where applicable
zawata 1be1ff23a9 Core : Fix Conversion Warnings
Emmanuel Gil Peyrot aea15f5c73 Core: Cleanup core includes.
Emmanuel Gil Peyrot 8cf9eb7f43 Common: Fix FileUtil includes, and everything relying on those.
Emmanuel Gil Peyrot b1503b2020 Remove every trailing whitespace from the project (but externals).
bunnei 5a855bdb2f CoreTiming: Initialize static variables at bootup.
archshift 5efd149ad5 Remove the useless msg_handler compilation unit that was left over from Dolphin
Lioncash 5d2366e1e9 core/video_core: Use in-place construction where possible
bunnei 12181c8a64 Merge pull request from Subv/master
Build: Fixed some warnings
Lioncash 0c6434c379 core: Apply static to local functions
Subv 8e2b248e05 Build: Fixed some warnings
archshift ef24e72b26 Asserts: break/crash program, fit to style guide; log.h->assert.h
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.
Lioncash bfef0aa07e core_timing: Mark several variables as static
These are only used in this translation unit.
Yuri Kunde Schlesner 7b3452c730 Move ThreadContext to core/core.h and deal with the fallout
Subv 9bf82beb4c CoreTiming: Ported the CoreTiming namespace from PPSSPP
Implemented the required calls to make it work.

CoreTiming: Added a new logging class Core_Timing.
purpasmart96 ebfd831ccb License change
Yuri Kunde Schlesner 0600e2d8b5 Convert old logging calls to new logging macros
Rohit Nirmal 8a62423970 Change NULLs to nullptrs.
Emmanuel Gil Peyrot 739bb58c3a Remove tabs in all files except in skyeye imports and in generated GL code
Emmanuel Gil Peyrot f5d38649c7 Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Lioncash 093d6fbcdc Core: Replace a sprintf in core_timing with StringFromFormat
archshift 498d1a37f1 Removed common/std_xyz, instead using the std header
archshift 4795a64fc8 Removed common/atomic, instead using std::atomic
bunnei de0a034a84 fixed project includes to use new directory structure
bunnei 63e46abdb8 got rid of 'src' folders in each sub-project