summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro/macro_interpreter.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* video_core: Resolve more variable shadowing scenariosLioncash2020-12-041-5/+5
| | | | | | Resolves variable shadowing scenarios up to the end of the OpenGL code to make it nicer to review. The rest will be resolved in a following commit.
* Mark parameters as constDavid Marcec2020-06-031-1/+1
|
* Implement macro JITDavid Marcec2020-05-301-0/+102