summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro/macro_hle.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-25video_core/macro_hle: Return unique_ptr directly from GetHLEProgram()Lioncash1-2/+3
Same behavior, but less code and header dependencies.
2022-01-25video_core/macro_hle: Move impl class into cpp fileLioncash1-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.
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash1-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.
2020-06-24addressed issuesDavid Marcec1-0/+1
2020-06-24Addressed issuesDavid Marcec1-1/+1
2020-06-24Macro HLE supportDavid Marcec1-0/+43