index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1624 from lioncash/boost
bunnei
2018-10-30
3
-4
/
+0
|
\
|
*
general: Remove unused boost inclusions where applicable
Lioncash
2018-10-30
3
-4
/
+0
*
|
Merge pull request #1595 from FreddyFunk/cast
bunnei
2018-10-30
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
configure_system: Fix compiler warning
Frederic Laing
2018-10-28
1
-1
/
+1
*
|
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-30
49
-266
/
+274
*
|
Merge pull request #1621 from lioncash/ipc
bunnei
2018-10-29
3
-6
/
+9
|
\
\
|
*
|
hle_ipc: Add member function for querying the existence of a domain header
Lioncash
2018-10-29
3
-3
/
+6
|
*
|
hle_ipc: Make GetDomainMessageHeader return a regular pointer
Lioncash
2018-10-29
2
-3
/
+3
*
|
|
Merge pull request #1611 from lioncash/const
bunnei
2018-10-29
4
-13
/
+52
|
\
\
\
|
*
|
|
core: Make System references const where applicable
Lioncash
2018-10-28
2
-3
/
+3
|
*
|
|
core: Add missing const variants of getters for the System class
Lioncash
2018-10-28
2
-10
/
+49
|
|
/
/
*
|
|
Merge pull request #1580 from FernandoS27/mm-impl
bunnei
2018-10-29
6
-109
/
+254
|
\
\
\
|
*
|
|
Fixed black textures, pixelation and we no longer require to auto-generate mi...
FernandoS27
2018-10-28
1
-14
/
+2
|
*
|
|
Fixed mipmap block autosizing algorithm
FernandoS27
2018-10-28
3
-13
/
+25
|
*
|
|
Fixed Invalid Image size and Mipmap calculation
FernandoS27
2018-10-28
1
-4
/
+7
|
*
|
|
Fixed Block Resizing algorithm and Clang Format
FernandoS27
2018-10-28
3
-12
/
+19
|
*
|
|
Implement Mip Filter
FernandoS27
2018-10-28
4
-10
/
+33
|
*
|
|
Zero out memory region of recreated surface before flushing
FernandoS27
2018-10-28
1
-0
/
+2
|
*
|
|
Implement Mipmaps
FernandoS27
2018-10-28
2
-101
/
+211
|
|
/
/
*
|
|
Merge pull request #1617 from FearlessTobi/fix-stretch-delay
bunnei
2018-10-29
1
-3
/
+3
|
\
\
\
|
*
|
|
time_stretch: Switch to values of Citra
fearlessTobi
2018-10-29
1
-3
/
+3
*
|
|
|
Merge pull request #1613 from ReinUsesLisp/gl-utils
bunnei
2018-10-29
6
-30
/
+61
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
video_core: Move OpenGL specific utils to its renderer
ReinUsesLisp
2018-10-28
6
-30
/
+61
|
|
/
/
*
|
|
Merge pull request #1610 from slashiee/dxt1-alpha
bunnei
2018-10-28
1
-2
/
+2
|
\
\
\
|
*
|
|
Enable alpha channel for DXT1 texture format
Michael
2018-10-28
1
-2
/
+2
|
|
/
/
*
|
|
Merge pull request #1612 from Tinob/master
bunnei
2018-10-28
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
renderer_opengl: Correct bpp value for ASTC_2D_8X5_SRGB
Rodolfo Bogado
2018-10-28
1
-1
/
+1
|
/
/
*
|
Merge pull request #1607 from FearlessTobi/patch-3
bunnei
2018-10-28
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Correct bpp value for ASTC_2D_8X5
Tobias
2018-10-28
1
-1
/
+1
|
/
*
Merge pull request #1601 from FernandoS27/shader-precision
bunnei
2018-10-28
1
-20
/
+35
|
\
|
*
Refactor precise usage and add FMNMX, MUFU, FMUL32 and FADD332
FernandoS27
2018-10-28
2
-74
/
+37
|
*
Improved Shader accuracy on Vertex and Geometry Shaders with FFMA, FMUL and FADD
FernandoS27
2018-10-27
2
-6
/
+58
*
|
Merge pull request #1606 from FearlessTobi/revert-1581-macosx-target-version
bunnei
2018-10-28
1
-1
/
+1
|
\
\
|
*
|
Revert "Update MACOSX_DEPLOYMENT_TARGET to 10.14"
Tobias
2018-10-28
1
-1
/
+1
|
/
/
*
|
Merge pull request #1593 from lioncash/svc
bunnei
2018-10-28
6
-35
/
+128
|
\
\
|
*
|
svc: Localize the GetInfo enum class to the function itself
Lioncash
2018-10-26
2
-32
/
+31
|
*
|
svc: Implement svcGetInfo command 0xF0000002
Lioncash
2018-10-26
6
-4
/
+98
*
|
|
Merge pull request #1581 from FreddyFunk/macosx-target-version
bunnei
2018-10-28
1
-1
/
+1
|
\
\
\
|
*
|
|
Update MACOSX_DEPLOYMENT_TARGET to 10.14
Frederic L
2018-10-25
1
-1
/
+1
*
|
|
|
file_sys/patch_manager: Remove unnecessary if-statements (#1586)
Frederic L
2018-10-28
1
-7
/
+6
*
|
|
|
Merge pull request #1598 from DeeJayBro/delete-directory
bunnei
2018-10-28
1
-2
/
+26
|
\
\
\
\
|
*
|
|
|
service/filesystem: Add DirectoryDelete & DirectoryDeleteRecursively
DeeJayBro
2018-10-27
1
-2
/
+26
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #1600 from DarkLordZach/nsp-secondary-loader-fix
bunnei
2018-10-28
1
-17
/
+20
|
\
\
\
\
|
*
|
|
|
loader/nsp: Move secondary loader initialization to constructor
Zach Hilman
2018-10-27
1
-17
/
+20
|
|
/
/
/
*
|
|
|
Merge pull request #1582 from Tinob/master
bunnei
2018-10-28
8
-40
/
+197
|
\
\
\
\
|
*
|
|
|
Implement sRGB Support, including workarounds for nvidia driver issues and QT...
Rodolfo Bogado
2018-10-28
8
-40
/
+197
|
/
/
/
/
*
|
|
|
Merge pull request #1602 from DarkLordZach/key-derivation-isxdigit
bunnei
2018-10-27
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
key_manager: Use isxdigit instead of isdigit when reading key file
Zach Hilman
2018-10-27
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #1597 from lioncash/error
bunnei
2018-10-27
1
-51
/
+70
|
\
\
\
\
|
*
|
|
|
configure_system: Make GetIcon() return the scaled 64x64 icon
Lioncash
2018-10-27
1
-14
/
+7
[next]