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
*
input_common/udp: Silence -Wreorder warning for Socket
Lioncash
2020-02-03
1
-4
/
+3
*
input_common/udp: Remove unnecessary inclusions
Lioncash
2020-02-03
4
-8
/
+4
*
input_common/udp: Add missing header guard
Lioncash
2020-02-03
1
-0
/
+2
*
shader: Remove curly braces initializers on shared pointers
ReinUsesLisp
2020-02-01
5
-12
/
+12
*
Merge pull request #3282 from FernandoS27/indexed-samplers
bunnei
2020-02-01
24
-58
/
+610
|
\
|
*
Shader_IR: Address feedback.
Fernando Sahmkow
2020-01-25
10
-36
/
+40
|
*
Shader_IR: Change name of TrackSampler function so it does not confuse with t...
Fernando Sahmkow
2020-01-24
3
-7
/
+10
|
*
Shader_IR: Corrections, styling and extras.
Fernando Sahmkow
2020-01-24
1
-2
/
+4
|
*
Shader_IR: Correct Custom Variable assignment.
Fernando Sahmkow
2020-01-24
2
-0
/
+4
|
*
Shader_IR: Propagate bindless index into the GL compiler.
Fernando Sahmkow
2020-01-24
5
-24
/
+54
|
*
Shader_IR: Implement Injectable Custom Variables to the IR.
Fernando Sahmkow
2020-01-24
5
-1
/
+70
|
*
GL Backend: Introduce indexed samplers into the GL backend
Fernando Sahmkow
2020-01-24
2
-10
/
+39
|
*
Shader_IR: deduce size of indexed samplers
Fernando Sahmkow
2020-01-24
4
-8
/
+60
|
*
Shader_IR: Setup Indexed Samplers on the IR
Fernando Sahmkow
2020-01-24
1
-20
/
+46
|
*
Shader_IR: Implement initial code for tracking indexed samplers.
Fernando Sahmkow
2020-01-24
4
-0
/
+139
|
*
Shader_IR: Address Feedback
Fernando Sahmkow
2020-01-24
5
-35
/
+37
|
*
Shader_IR: Allow constant access of guest driver.
Fernando Sahmkow
2020-01-24
7
-1
/
+18
|
*
Shader_IR: Address Feedback
Fernando Sahmkow
2020-01-24
4
-21
/
+29
|
*
Guest_driver: Correct compiling errors in GCC.
Fernando Sahmkow
2020-01-24
2
-1
/
+5
|
*
Shader_IR: Store Bound buffer on Shader Usage
Fernando Sahmkow
2020-01-24
5
-5
/
+41
|
*
GPU: Implement guest driver profile and deduce texture handler sizes.
Fernando Sahmkow
2020-01-24
13
-0
/
+127
*
|
Merge pull request #3268 from CJBok/deadzone
bunnei
2020-02-01
3
-1
/
+106
|
\
\
|
*
|
const correction
CJBok
2020-01-03
1
-1
/
+1
|
*
|
clang
CJBok
2020-01-03
1
-22
/
+22
|
*
|
Update configure_input_player.cpp
CJBok
2020-01-03
1
-23
/
+23
|
*
|
Added deadzone controls for sdl engine at input settings
CJBok
2020-01-03
3
-24
/
+129
*
|
|
Merge pull request #3284 from CJBok/hid-fix
bunnei
2020-02-01
3
-13
/
+52
|
\
\
\
|
*
|
|
Moved analog direction logic to sdl_impl
CJBok
2020-01-15
3
-9
/
+48
|
*
|
|
Corrected directional states sensitivity
CJBok
2020-01-14
1
-9
/
+9
|
*
|
|
Merge remote-tracking branch 'upstream/master'
CJBok
2020-01-12
14
-10
/
+1643
|
|
\
\
\
|
*
|
|
|
hid: Fix analog sticks directional states
CJBok
2020-01-09
1
-12
/
+12
*
|
|
|
|
Merge pull request #3364 from lioncash/thread
bunnei
2020-01-31
2
-2
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
core/arm: Remove usage of global GetCurrentThread()
Lioncash
2020-01-30
2
-2
/
+4
*
|
|
|
|
|
Merge pull request #3363 from lioncash/unique_ptr
bunnei
2020-01-30
4
-17
/
+17
|
\
\
\
\
\
\
|
*
|
|
|
|
|
kernel/physical_core: Make use of std::unique_ptr
Lioncash
2020-01-30
2
-4
/
+10
|
*
|
|
|
|
|
core/cpu_manager: Remove unused includes
Lioncash
2020-01-30
1
-2
/
+0
|
*
|
|
|
|
|
kernel/physical_core: Remove unused kernel reference member variable
Lioncash
2020-01-30
3
-11
/
+7
|
|
/
/
/
/
/
*
/
/
/
/
/
Revert "system_archive: Fix Korean and Chinese fonts"
bunnei
2020-01-30
5
-880167
/
+27164
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #3353 from FernandoS27/aries
bunnei
2020-01-30
24
-515
/
+541
|
\
\
\
\
\
|
*
|
|
|
|
System: Address Feedback
Fernando Sahmkow
2020-01-27
11
-24
/
+30
|
*
|
|
|
|
System: Correct PrepareReschedule.
Fernando Sahmkow
2020-01-26
1
-1
/
+1
|
*
|
|
|
|
Kernel: Remove a few global instances from the kernel.
Fernando Sahmkow
2020-01-26
2
-2
/
+2
|
*
|
|
|
|
Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.
Fernando Sahmkow
2020-01-26
15
-128
/
+115
|
*
|
|
|
|
ArmInterface: Delegate Exclusive monitor factory to exclusive monitor interfa...
Fernando Sahmkow
2020-01-26
3
-16
/
+24
|
*
|
|
|
|
Core: Refactor CPU Management.
Fernando Sahmkow
2020-01-25
10
-224
/
+168
|
*
|
|
|
|
Kernel: Implement Physical Core.
Fernando Sahmkow
2020-01-24
2
-0
/
+81
*
|
|
|
|
|
Merge pull request #3151 from FearlessTobi/fix-korean
bunnei
2020-01-30
5
-27164
/
+880167
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Disable clang-format for font files
FearlessTobi
2020-01-24
3
-0
/
+6
|
*
|
|
|
|
|
system_archive: Fix Chinese font
FearlessTobi
2020-01-19
2
-13582
/
+694524
|
*
|
|
|
|
|
system_archive: Fix Korean font
FearlessTobi
2020-01-19
2
-13582
/
+185637
[next]