summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro_interpreter.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.