aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/macro/macro_interpreter.cpp
AgeCommit message (Expand)Author
2022-11-13Add break for default casesKyle Kienapfel
2022-10-21video_coare: Reimplementing the maxwell drawing trigger mechanismFengChen
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-01-25video_core/macro_interpreter: Move impl class to the cpp fileLioncash
2020-12-07video_core: Remove unnecessary enum class casting in logging messagesLioncash
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash
2020-08-14macro-interpreter: Resolve -Wself-assign-field warningLioncash
2020-06-24Macro HLE supportDavid Marcec
2020-06-03Mark parameters as constDavid Marcec
2020-05-30Implement macro JITDavid Marcec