summaryrefslogtreecommitdiffstats
path: root/src/core/tracer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixup simple type conversions where possibleAlexander Laties2016-05-071-12/+12
|
* VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot2016-04-301-0/+1
|
* fix some xcode 7.0 warningsMartin Lindhe2015-09-291-3/+3
|
* General: Fix up doxygen commentsLioncash2015-09-101-2/+1
|
* ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the standard u?int*_t types.Emmanuel Gil Peyrot2015-08-111-35/+35
|
* CiTrace: Clean up initialization method.Tony Wasserka2015-07-132-70/+46
|
* CiTrace: Record default vertex attributes.Tony Wasserka2015-07-133-42/+56
|
* Add CiTrace recording support.Tony Wasserka2015-07-133-0/+388
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).