summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro/macro_hle.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* video_core/macro_hle: Return unique_ptr directly from GetHLEProgram()Lioncash2022-01-251-2/+3
| | | | Same behavior, but less code and header dependencies.
* video_core/macro_hle: Move impl class into cpp fileLioncash2022-01-251-16/+0
| | | | | | | | Given it's intended to be an internal implementation class, we can move it into the cpp file to ensure that. This also lets us move some header dependencies into the cpp file as well.
* video_core: Resolve more variable shadowing scenariosLioncash2020-12-041-1/+1
| | | | | | 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.
* addressed issuesDavid Marcec2020-06-241-0/+1
|
* Addressed issuesDavid Marcec2020-06-241-1/+1
|
* Macro HLE supportDavid Marcec2020-06-241-0/+43