summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro/macro.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* yuzu-ui: Add setting for disabling macro HLEFernando Sahmkow2023-01-041-4/+5
* Video_core: Address feedbackFernando Sahmkow2023-01-041-1/+1
* Revert Buffer cache changes and setup additional macros.Fernando Sahmkow2023-01-011-0/+5
* MacroHLE: Refactor MacroHLE system.Fernando Sahmkow2023-01-011-2/+5
* Initial ARM64 supportLiam2022-11-091-0/+3
* VideoCore: Add option to dump the macros.Fernando Sahmkow2022-10-061-0/+1
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-1/+1
* video_core/macro: clear code on upload address assignmentLiam2022-05-101-0/+5
* VideoCore: Add option to dump the macros.Fernando Sahmkow2022-05-091-0/+27
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* video_core/macro: Add missing <cstring> headerLioncash2022-01-251-2/+3
* video_core/macro_hle: Return unique_ptr directly from GetHLEProgram()Lioncash2022-01-251-3/+2
* video_core/macro: Remove unused parameter from Execute()Lioncash2022-01-251-2/+1
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* General: Make use of std::nullopt where applicableLioncash2020-09-221-1/+1
* macro: Add support for "middle methods" on the code cache (#4112)David2020-06-301-8/+27
* Addressed issuesDavid Marcec2020-06-241-1/+1
* Macro HLE supportDavid Marcec2020-06-241-4/+31
* Mark parameters as constDavid Marcec2020-06-031-1/+1
* Pass by reference instead of copying parametersDavid Marcec2020-06-021-1/+1
* Implement macro JITDavid Marcec2020-05-301-0/+45