index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
macro
/
macro.cpp
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2023-08-25
Mark decompiled macros as decompiled on dump, dump shaders after translation
Kelebek1
2023-03-25
video_core/macro: Make use of Common::HashValue
Morph
2023-01-04
yuzu-ui: Add setting for disabling macro HLE
Fernando Sahmkow
2023-01-04
Video_core: Address feedback
Fernando Sahmkow
2023-01-01
Revert Buffer cache changes and setup additional macros.
Fernando Sahmkow
2023-01-01
MacroHLE: Refactor MacroHLE system.
Fernando Sahmkow
2022-11-09
Initial ARM64 support
Liam
2022-10-06
VideoCore: Add option to dump the macros.
Fernando Sahmkow
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-05-10
video_core/macro: clear code on upload address assignment
Liam
2022-05-08
VideoCore: Add option to dump the macros.
Fernando Sahmkow
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-01-25
video_core/macro: Add missing <cstring> header
Lioncash
2022-01-25
video_core/macro_hle: Return unique_ptr directly from GetHLEProgram()
Lioncash
2022-01-25
video_core/macro: Remove unused parameter from Execute()
Lioncash
2021-04-14
common: Move settings to common from core.
bunnei
2020-09-22
General: Make use of std::nullopt where applicable
Lioncash
2020-06-30
macro: Add support for "middle methods" on the code cache (#4112)
David
2020-06-24
Addressed issues
David Marcec
2020-06-24
Macro HLE support
David Marcec
2020-06-03
Mark parameters as const
David Marcec
2020-06-02
Pass by reference instead of copying parameters
David Marcec
2020-05-30
Implement macro JIT
David Marcec