index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
macro
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-15
common: Move settings to common from core.
bunnei
1
-1
/
+1
2020-12-07
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
2
-7
/
+5
2020-12-04
video_core: Resolve more variable shadowing scenarios
Lioncash
6
-29
/
+29
2020-09-22
General: Make use of std::nullopt where applicable
Lioncash
1
-1
/
+1
2020-08-30
externals: Update Xbyak to 5.96
Lioncash
1
-5
/
+5
2020-08-22
video_core: Initialize renderer with a GPU
ReinUsesLisp
1
-3
/
+3
2020-08-14
macro-interpreter: Resolve -Wself-assign-field warning
Lioncash
1
-1
/
+0
2020-07-21
video_core: Remove unused variables
Lioncash
1
-1
/
+0
2020-07-17
macro_hle: Remove unnecessary static keywords
Lioncash
1
-7
/
+4
2020-07-17
macro_hle: Simplify shift expression in HLE_771BB18C62444DA0()
Lioncash
1
-2
/
+1
2020-07-17
macro_hle: Remove unnecessary std::make_pair calls
Lioncash
1
-3
/
+3
2020-07-17
macro: Resolve missing parameter in doxygen comment
Lioncash
1
-1
/
+2
2020-06-30
macro: Add support for "middle methods" on the code cache (#4112)
David
1
-8
/
+27
2020-06-24
addressed issues
David Marcec
2
-4
/
+7
2020-06-24
clear mme draw mode
David Marcec
1
-0
/
+3
2020-06-24
Addressed issues
David Marcec
4
-13
/
+13
2020-06-24
Fix constbuffer for 0217920100488FF7
David Marcec
1
-6
/
+6
2020-06-24
Macro HLE support
David Marcec
6
-9
/
+202
2020-06-20
macro_jit_x64: Use ecx for shift register
MerryMage
1
-2
/
+2
2020-06-20
macro_jit_x64: Correct readability of Compile_ExtractShiftLeftImmediate()
Lioncash
1
-3
/
+3
2020-06-20
macro_jit_x64: Correct readability of Compile_ExtractShiftLeftRegister()
Lioncash
1
-3
/
+4
2020-06-20
macro_jit_x64: Remove unused variable
Lioncash
1
-2
/
+1
2020-06-20
macro_jit_x64: Eliminate variable shadowing in Compile_ProcessResult()
Lioncash
1
-2
/
+2
2020-06-19
macro_jit_x64: Remove unused function Read
MerryMage
1
-8
/
+4
2020-06-17
macro_jit_x64: Inline Engines::Maxwell3D::GetRegisterValue
MerryMage
2
-6
/
+18
2020-06-17
macro_jit_x64: Optimization implicitly assumes same destination
MerryMage
1
-1
/
+2
2020-06-17
macro_jit_x64: Should not skip zero registers for certain ALU ops
MerryMage
1
-1
/
+3
2020-06-15
macro_jit_x64: Remove NEXT_PARAMETER
MerryMage
1
-5
/
+2
2020-06-15
macro_jit_x64: Remove unused function Compile_WriteCarry
MerryMage
2
-9
/
+0
2020-06-15
macro_jit_x64: Select better registers
MerryMage
1
-8
/
+8
2020-06-15
macro_jit_x64: Remove REGISTERS
MerryMage
1
-7
/
+3
2020-06-15
macro_jit_x64: Remove JITState::parameters
MerryMage
2
-6
/
+3
2020-06-15
macro_jit_x64: Remove METHOD_ADDRESS_64
MerryMage
1
-2
/
+1
2020-06-15
macro_jit_x64: Remove RESULT_64
MerryMage
2
-16
/
+3
2020-06-15
xbyak_abi: Remove *GPS variants of stack manipulation functions
MerryMage
1
-6
/
+6
2020-06-15
video_core/macro_jit_x64: Remove initializer in member variable
ReinUsesLisp
1
-2
/
+2
2020-06-04
Default init labels and use initializer list for macro engine
David Marcec
1
-1
/
+1
2020-06-03
Mark parameters as const
David Marcec
6
-8
/
+9
2020-06-02
Pass by reference instead of copying parameters
David Marcec
2
-2
/
+2
2020-05-30
Favor switch case over jump table
David Marcec
2
-18
/
+26
2020-05-30
Implement macro JIT
David Marcec
6
-0
/
+1294