yuzu/src/video_core/macro
Lioncash 811bff009e macro_jit_x64: Eliminate variable shadowing in Compile_ProcessResult()
We can reduce the capture scope so that it's not possible for both "reg"
variables to clash with one another.

While we're at it, we can prevent unnecessary copies while we're at it.
2020-06-19 21:57:44 -04:00
..
macro.cpp Mark parameters as const 2020-06-03 16:33:38 +10:00
macro.h Mark parameters as const 2020-06-03 16:33:38 +10:00
macro_interpreter.cpp Mark parameters as const 2020-06-03 16:33:38 +10:00
macro_interpreter.h Mark parameters as const 2020-06-03 16:33:38 +10:00
macro_jit_x64.cpp macro_jit_x64: Eliminate variable shadowing in Compile_ProcessResult() 2020-06-19 21:57:44 -04:00
macro_jit_x64.h Merge pull request #4089 from MerryMage/macrojit-cleanup-1 2020-06-16 23:44:48 -04:00