summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro_interpreter.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert assertion macros over to be fmt-compatibleLioncash2018-04-271-3/+3
|
* GPU: Implemented a gpu macro interpreter.Subv2018-04-011-0/+257
The Ryujinx macro interpreter and envydis were used as reference. Macros are programs that are uploaded by the games during boot and can later be called by writing to their method id in a GPU command buffer.