yuzu/src/video_core/macro
Lioncash 81d1a1133d video_core/macro_interpreter: Move impl class to the cpp file
Keeps the implementation hidden from the intended API and lessens the
header dependencies on the interpreter's header.
2022-01-25 14:03:48 -05:00
..
macro.cpp video_core/macro_hle: Return unique_ptr directly from GetHLEProgram() 2022-01-25 13:50:14 -05:00
macro.h video_core/macro: Remove unused parameter from Execute() 2022-01-25 13:41:38 -05:00
macro_hle.cpp video_core/macro_hle: Return unique_ptr directly from GetHLEProgram() 2022-01-25 13:50:14 -05:00
macro_hle.h video_core/macro_hle: Return unique_ptr directly from GetHLEProgram() 2022-01-25 13:50:14 -05:00
macro_interpreter.cpp video_core/macro_interpreter: Move impl class to the cpp file 2022-01-25 14:03:48 -05:00
macro_interpreter.h video_core/macro_interpreter: Move impl class to the cpp file 2022-01-25 14:03:48 -05:00
macro_jit_x64.cpp video_core/macro_jit_x64: Remove unused impl class member 2022-01-25 13:33:09 -05:00
macro_jit_x64.h video_core/macro_jit_x64: Move impl class into cpp file 2022-01-25 13:31:46 -05:00