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
*
CMakeLists: Enforce C4018, C4267, C4305, C4389
Morph
2021-06-28
1
-3
/
+7
*
core: Enforce C4242
Morph
2021-06-28
1
-6
/
+3
*
input_common: Enforce C4242
Morph
2021-06-28
1
-12
/
+4
*
video_core: Enforce C4242
Morph
2021-06-28
1
-3
/
+2
*
video_core: Silence signed/unsigned mismatch warnings
Morph
2021-06-28
4
-5
/
+6
*
main: Display the instruction set of the running title in the window name
ameerj
2021-06-28
1
-0
/
+3
*
Merge pull request #6529 from ReinUsesLisp/reaper-fixups
Morph
2021-06-27
6
-14
/
+42
|
\
|
*
buffer_cache: Only flush downloaded size
ReinUsesLisp
2021-06-26
1
-2
/
+3
|
*
video_core: Enforce C4244
ReinUsesLisp
2021-06-26
1
-0
/
+1
|
*
codec,vic: Disable warnings in ffmpeg headers
ReinUsesLisp
2021-06-26
2
-4
/
+29
|
*
vk_buffer_cache: Silence implicit cast warnings
ReinUsesLisp
2021-06-26
1
-2
/
+3
|
*
buffer_cache/texture_cache: Make GC functions private
ReinUsesLisp
2021-06-26
2
-5
/
+5
|
*
buffer_cache: Silence implicit cast warning
ReinUsesLisp
2021-06-26
1
-1
/
+1
*
|
Merge pull request #6526 from bunnei/doom-update
bunnei
2021-06-26
6
-9
/
+61
|
\
\
|
|
/
|
/
|
|
*
hle: service: hwopus: OpenHardwareOpusDecoderEx: Remove unused buffer size.
bunnei
2021-06-26
1
-1
/
+30
|
*
hle: hle_helpers: Skip data payload offset checks on TIPC requests.
bunnei
2021-06-24
1
-2
/
+6
|
*
hle: service: hwopus: Implement GetWorkBufferSizeEx and OpenHardwareOpusDecod...
bunnei
2021-06-24
2
-5
/
+15
|
*
hle: service: aoc: Stub GetAddOnContentListChangedEventWithProcessId.
bunnei
2021-06-24
2
-1
/
+10
|
*
audio_core: common: Bump audio revision to 9.
bunnei
2021-06-24
1
-1
/
+1
*
|
vulkan_device: Make device memory match the rest of the file
ReinUsesLisp
2021-06-25
2
-19
/
+18
*
|
Merge pull request #6496 from ameerj/astc-fixes
bunnei
2021-06-24
5
-155
/
+50
|
\
\
|
*
|
util_shaders: Specify ASTC decoder memory barrier bits
ameerj
2021-06-19
1
-1
/
+6
|
*
|
astc_decoder.comp: Remove unnecessary LUT SSBOs
ameerj
2021-06-19
5
-113
/
+34
|
*
|
astc: Various robustness enhancements for the gpu decoder
ameerj
2021-06-19
5
-47
/
+16
*
|
|
Merge pull request #6519 from Wunkolo/mem-size-literal
bunnei
2021-06-24
19
-126
/
+152
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
common: Replace common_sizes into user-literals
Wunkolo
2021-06-24
19
-126
/
+152
*
|
|
Merge pull request #6522 from Morph1984/pragma
bunnei
2021-06-24
4
-0
/
+8
|
\
\
\
|
*
|
|
general: Add missing #pragma once directives
Morph
2021-06-24
4
-0
/
+8
*
|
|
|
Add missing includes (#6521)
Chloe
2021-06-24
4
-0
/
+7
|
/
/
/
*
|
|
Merge pull request #6517 from lioncash/fmtlib
bunnei
2021-06-23
9
-15
/
+23
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
General: Resolve fmt specifiers to adhere to 8.0.0 API where applicable
Lioncash
2021-06-23
9
-15
/
+23
*
|
|
Merge pull request #6504 from Kelebek1/samples-played
bunnei
2021-06-23
3
-3
/
+20
|
\
\
\
|
*
|
|
Implement audout GetAudioOutPlayedSampleCount
Kelebek1
2021-06-22
3
-3
/
+20
*
|
|
|
Merge pull request #6518 from lioncash/func
bunnei
2021-06-23
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
maxwell3d: Add missing return in default SizeInBytes() case
Lioncash
2021-06-23
1
-0
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #6465 from FernandoS27/sex-on-the-beach
Mai M
2021-06-23
25
-63
/
+493
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Reaper: Set minimum cleaning limit on OGL.
Fernando Sahmkow
2021-06-22
1
-1
/
+4
|
*
|
|
Reaper: Guarantee correct deletion.
Fernando Sahmkow
2021-06-20
5
-2
/
+23
|
*
|
|
Reaper: Upgrade label from unsafe to experimental as no regressions are known...
Fernando Sahmkow
2021-06-20
1
-1
/
+1
|
*
|
|
Reaper: Correct size calculation on Vulkan.
Fernando Sahmkow
2021-06-17
1
-5
/
+3
|
*
|
|
Reaper: Change memory restrictions on TC depending on host memory on VK.
Fernando Sahmkow
2021-06-17
10
-41
/
+90
|
*
|
|
Reaper: Address Feedback.
Fernando Sahmkow
2021-06-16
6
-20
/
+43
|
*
|
|
Reaper: Setup settings and final tuning.
Fernando Sahmkow
2021-06-16
10
-32
/
+64
|
*
|
|
Reaper: Tune it up to be an smart GC.
Fernando Sahmkow
2021-06-16
5
-13
/
+130
|
*
|
|
Initial Reaper Setup
ReinUsesLisp
2021-06-16
6
-56
/
+226
|
*
|
|
vulkan_memory_allocator: Release allocations with no commits
ReinUsesLisp
2021-06-16
2
-5
/
+22
*
|
|
|
Merge pull request #6508 from ReinUsesLisp/bootmanager-stop-token
Mai M
2021-06-23
8
-18
/
+18
|
\
\
\
\
|
*
|
|
|
bootmanager: Use std::stop_source for stopping emulation
ReinUsesLisp
2021-06-22
8
-18
/
+18
*
|
|
|
|
Merge pull request #6514 from OZtistic/master
Morph
2021-06-22
2
-1
/
+8
|
\
\
\
\
\
|
*
|
|
|
|
Simple resizing of the Per-Game configuration window and removal of useless H...
OZtistic
2021-06-23
2
-1
/
+8
[next]