summaryrefslogtreecommitdiffstats
path: root/src/core/tracer/recorder.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-18core: Remove unused CiTrace source filesLioncash1-208/+0
These source files have been unused for the entire lifecycle of the project. They're a hold-over from Citra and only add to the build time of the project, so they can be removed. There's also likely no way this would ever work in yuzu in its current form without revamping quite a bit of it, given how different the GPU on the Switch is compared to the 3DS.
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-1/+1
2018-07-03Rename logging macro back to LOG_*James Rowe1-1/+1
2018-04-26core: Replace remaining old non-generic logger usages with fmt-capable equivalentsLioncash1-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.
2018-01-21Format: Run the new clang format on everythingJames Rowe1-1/+1
2017-05-28Core: Fix some out-of-style includesYuri Kunde Schlesner1-1/+1
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-2/+1
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-58/+82
2016-05-07fixup simple type conversions where possibleAlexander Laties1-12/+12
2015-09-29fix some xcode 7.0 warningsMartin Lindhe1-3/+3
2015-07-13CiTrace: Clean up initialization method.Tony Wasserka1-50/+31
2015-07-13CiTrace: Record default vertex attributes.Tony Wasserka1-31/+39
2015-07-13Add CiTrace recording support.Tony Wasserka1-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).