index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a "Mute Audio" hotkey
Kewlan
2020-06-26
6
-3
/
+17
*
Merge pull request #4141 from Morph1984/SevenSixAxisSensor
David
2020-06-25
2
-21
/
+85
|
\
|
*
hid: Stub a series of "SevenSixAxisSensor" service commands
Morph
2020-06-24
2
-21
/
+85
*
|
Merge pull request #4105 from ReinUsesLisp/resident-buffers
bunnei
2020-06-24
14
-213
/
+277
|
\
\
|
*
|
buffer_cache: Use buffer methods instead of cache virtual methods
ReinUsesLisp
2020-06-24
5
-99
/
+90
|
*
|
gl_stream_buffer: Use InvalidateBufferData instead unmap and map
ReinUsesLisp
2020-06-24
2
-15
/
+5
|
*
|
gl_rasterizer: Use NV_vertex_buffer_unified_memory for vertex buffer robustness
ReinUsesLisp
2020-06-24
3
-9
/
+39
|
*
|
gl_buffer_cache: Mark buffers as resident
ReinUsesLisp
2020-06-24
10
-67
/
+111
|
*
|
gl_device: Expose NV_vertex_buffer_unified_memory except on Turing
ReinUsesLisp
2020-06-24
2
-1
/
+30
|
*
|
gl_stream_buffer: Always use a non-coherent buffer
ReinUsesLisp
2020-06-24
2
-14
/
+10
|
*
|
gl_stream_buffer: Always use persistent memory maps
ReinUsesLisp
2020-06-24
2
-30
/
+14
*
|
|
Merge pull request #4083 from Morph1984/B10G11R11F
bunnei
2020-06-24
1
-9
/
+17
|
\
\
\
|
*
|
|
decode/image: Implement B10G11R11F
Morph
2020-06-20
1
-9
/
+17
*
|
|
|
Merge pull request #4046 from ogniK5377/macro-hle-prod
Fernando Sahmkow
2020-06-24
9
-10
/
+219
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
addressed issues
David Marcec
2020-06-24
2
-4
/
+7
|
*
|
|
clear mme draw mode
David Marcec
2020-06-24
1
-0
/
+3
|
*
|
|
Addressed issues
David Marcec
2020-06-24
5
-13
/
+17
|
*
|
|
Fix constbuffer for 0217920100488FF7
David Marcec
2020-06-24
1
-6
/
+6
|
*
|
|
Macro HLE support
David Marcec
2020-06-24
9
-10
/
+209
*
|
|
|
Merge pull request #4129 from Morph1984/texture-shadow-lod-workaround
Rodrigo Locatti
2020-06-24
3
-7
/
+50
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
gl_shader_decompiler: Enable GL_EXT_texture_shadow_lod if available
Morph
2020-06-20
1
-7
/
+43
|
*
|
|
gl_device: Check for GL_EXT_texture_shadow_lod
Morph
2020-06-20
2
-0
/
+7
*
|
|
|
Merge pull request #4138 from Morph1984/GyroscopeZeroDriftMode
bunnei
2020-06-23
4
-6
/
+56
|
\
\
\
\
|
*
|
|
|
hid: Implement Get/ResetGyroscopeZeroDriftMode
Morph
2020-06-21
4
-6
/
+56
*
|
|
|
|
Merge pull request #4128 from lioncash/move2
bunnei
2020-06-23
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
software_keyboard: Eliminate trivial redundant copies
Lioncash
2020-06-20
1
-2
/
+2
*
|
|
|
|
|
Merge pull request #4127 from lioncash/dst-typo
bunnei
2020-06-23
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
texture_cache: Fix incorrect address used in a DeduceSurface() call
Lioncash
2020-06-20
1
-1
/
+1
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #3948 from Morph1984/log-cpu-instructions
bunnei
2020-06-23
4
-1
/
+21
|
\
\
\
\
\
\
|
*
|
|
|
|
|
main: Append AVX and FMA instructions to cpu string
Morph
2020-06-20
1
-1
/
+14
|
*
|
|
|
|
|
common/telemetry: Add AVX512 to telemetry
Morph
2020-06-20
1
-0
/
+1
|
*
|
|
|
|
|
common/cpu_detect: Add AVX512 detection
Morph
2020-06-20
2
-0
/
+6
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
yuzu_tester: Silence type conversion warning
Morph
2020-06-22
1
-1
/
+1
*
|
|
|
|
|
lm: Silence no return value warning
Morph
2020-06-22
1
-1
/
+2
*
|
|
|
|
|
account: Update function tables and add missing classes (#4145)
VolcaEM
2020-06-22
5
-42
/
+384
*
|
|
|
|
|
arm_dynarmic_64: Log the instruction when an exception is raised
Morph
2020-06-22
1
-2
/
+2
*
|
|
|
|
|
arm_dynarmic_32: Log under Core_ARM instead of HW_GPU
Morph
2020-06-22
1
-1
/
+1
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #4110 from ReinUsesLisp/direct-upload-sets
Rodrigo Locatti
2020-06-22
3
-42
/
+30
|
\
\
\
\
\
|
*
|
|
|
|
vk_update_descriptor: Upload descriptor sets data directly
ReinUsesLisp
2020-06-18
3
-42
/
+30
*
|
|
|
|
|
Merge pull request #4122 from lioncash/hide
bunnei
2020-06-21
4
-28
/
+31
|
\
\
\
\
\
\
|
*
|
|
|
|
|
memory_manager: Eliminate variable shadowing
Lioncash
2020-06-19
2
-24
/
+28
|
*
|
|
|
|
|
macro_jit_x64: Eliminate variable shadowing in Compile_ProcessResult()
Lioncash
2020-06-19
1
-2
/
+2
|
*
|
|
|
|
|
buffer_cache: Eliminate local variable shadowing
Lioncash
2020-06-19
1
-2
/
+1
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #4126 from lioncash/noexcept
bunnei
2020-06-21
2
-3
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
vulkan/wrapper: Remove noexcept from GetSurfaceCapabilitiesKHR()
Lioncash
2020-06-19
2
-3
/
+2
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #4134 from FearlessTobi/port-5322
bunnei
2020-06-21
3
-3
/
+3
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Fix: fatal error CVT1100 when compiling manifest file
FearlessTobi
2020-06-21
3
-3
/
+3
*
|
|
|
|
|
Merge pull request #4120 from lioncash/arb
bunnei
2020-06-20
1
-32
/
+31
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
gl_arb_decompiler: Avoid several string copies
Lioncash
2020-06-19
1
-32
/
+31
|
|
/
/
/
/
*
|
|
|
|
macro_jit_x64: Use ecx for shift register
MerryMage
2020-06-20
1
-2
/
+2
[next]