summaryrefslogtreecommitdiffstats
path: root/src/video_core/macro/macro_hle.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-01-25video_core/macro_hle: Return unique_ptr directly from GetHLEProgram()Lioncash1-2/+2
2022-01-25video_core/macro_hle: Move impl class into cpp fileLioncash1-11/+19
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash1-3/+3
2020-08-22video_core: Initialize renderer with a GPUReinUsesLisp1-3/+3
2020-07-17macro_hle: Remove unnecessary static keywordsLioncash1-7/+4
2020-07-17macro_hle: Simplify shift expression in HLE_771BB18C62444DA0()Lioncash1-2/+1
2020-07-17macro_hle: Remove unnecessary std::make_pair callsLioncash1-3/+3
2020-06-24addressed issuesDavid Marcec1-4/+6
2020-06-24clear mme draw modeDavid Marcec1-0/+3
2020-06-24Addressed issuesDavid Marcec1-10/+10
2020-06-24Fix constbuffer for 0217920100488FF7David Marcec1-6/+6
2020-06-24Macro HLE supportDavid Marcec1-0/+108