summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro/macro_interpreter.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* macro-interpreter: Resolve -Wself-assign-field warningLioncash2020-08-141-1/+0
| | | | | | This was assigning the field to itself, which is a no-op. The size doesn't change between its initial assignment and this one, so this is a safe change to make.
* Macro HLE supportDavid Marcec2020-06-241-1/+2
|
* Mark parameters as constDavid Marcec2020-06-031-1/+1
|
* Implement macro JITDavid Marcec2020-05-301-0/+288