summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro/macro.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-01MacroHLE: Refactor MacroHLE system.Fernando Sahmkow1-0/+1
2022-05-10video_core/macro: clear code on upload address assignmentLiam1-0/+3
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-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.
2022-01-25video_core/macro: Remove unused parameter from Execute()Lioncash1-1/+1
Simplifies the function interface.
2020-07-17macro: Resolve missing parameter in doxygen commentLioncash1-1/+2
Resolves a -Wdocumentation warning.
2020-06-24Addressed issuesDavid Marcec1-1/+1
2020-06-24Macro HLE supportDavid Marcec1-3/+16
2020-06-03Mark parameters as constDavid Marcec1-2/+2
2020-06-02Pass by reference instead of copying parametersDavid Marcec1-1/+1
2020-05-30Implement macro JITDavid Marcec1-0/+128