aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/macro/macro.h
AgeCommit message (Collapse)Author
2023-01-01MacroHLE: Refactor MacroHLE system.Fernando Sahmkow
2022-05-10video_core/macro: clear code on upload address assignmentLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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.
2022-01-25video_core/macro: Remove unused parameter from Execute()Lioncash
Simplifies the function interface.
2020-07-16macro: Resolve missing parameter in doxygen commentLioncash
Resolves a -Wdocumentation warning.
2020-06-24Addressed issuesDavid Marcec
2020-06-24Macro HLE supportDavid Marcec
2020-06-03Mark parameters as constDavid Marcec
2020-06-02Pass by reference instead of copying parametersDavid Marcec
2020-05-30Implement macro JITDavid Marcec