summaryrefslogtreecommitdiffstats
path: root/src/core/tracer/recorder.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename logging macro back to LOG_*James Rowe2018-07-031-1/+1
|
* core: Replace remaining old non-generic logger usages with fmt-capable equivalentsLioncash2018-04-261-1/+1
| | | | | | LOG_GENERIC usages will be amended in a follow-up to keep API changes separate from interface changes, as it will require removing a parameter from the relevant function in the VMManager class.
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+1
|
* Core: Fix some out-of-style includesYuri Kunde Schlesner2017-05-281-1/+1
|
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-3/+1
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-2/+1
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-58/+82
|
* fixup simple type conversions where possibleAlexander Laties2016-05-071-12/+12
|
* fix some xcode 7.0 warningsMartin Lindhe2015-09-291-3/+3
|
* CiTrace: Clean up initialization method.Tony Wasserka2015-07-131-50/+31
|
* CiTrace: Record default vertex attributes.Tony Wasserka2015-07-131-31/+39
|
* Add CiTrace recording support.Tony Wasserka2015-07-131-0/+198
This is exposed in the GUI as a new "CiTrace Recording" widget. Playback is implemented by a standalone 3DS homebrew application (which only runs reliably within Citra currently; on an actual 3DS it will often crash still).