summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro/macro_hle.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* MacroHLE: Refactor MacroHLE system.Fernando Sahmkow2023-01-011-0/+5
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* 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