yuzu-fork/src/video_core/macro
Lioncash cc935d997b macro_hle: Remove unnecessary std::make_pair calls
The purpose of make_pair is generally to deduce the types within the
pair without explicitly specifying the types, so these usages were
generally unnecessary, particularly when the type is enforced by the
array declaration.
2020-07-16 21:59:25 -04:00
..
macro.cpp macro: Add support for "middle methods" on the code cache (#4112) 2020-06-30 02:32:24 -03:00
macro.h Addressed issues 2020-06-24 12:09:03 +10:00
macro_hle.cpp macro_hle: Remove unnecessary std::make_pair calls 2020-07-16 21:59:25 -04:00
macro_hle.h addressed issues 2020-06-24 12:18:33 +10:00
macro_interpreter.cpp Macro HLE support 2020-06-24 12:09:01 +10:00
macro_interpreter.h Mark parameters as const 2020-06-03 16:33:38 +10:00
macro_jit_x64.cpp Macro HLE support 2020-06-24 12:09:01 +10:00
macro_jit_x64.h macro_jit_x64: Inline Engines::Maxwell3D::GetRegisterValue 2020-06-17 17:17:08 +01:00