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
*
file_sys/control_metadata: Get rid of magic constants
Lioncash
2018-10-15
1
-3
/
+6
*
Merge pull request #1494 from DarkLordZach/aoc-signature-fixes
bunnei
2018-10-15
3
-3
/
+20
|
\
|
*
aoc: Read DLC base title ID from RegisteredCache
Zach Hilman
2018-10-14
3
-2
/
+18
|
*
aoc: Return size in ListAddOnContent
Zach Hilman
2018-10-13
1
-1
/
+2
*
|
Merge pull request #1499 from lioncash/nro
bunnei
2018-10-15
7
-28
/
+39
|
\
\
|
*
|
nso: Return an optional address from LoadModule
Lioncash
2018-10-15
5
-16
/
+29
|
*
|
nso: Make LoadModule take a VfsFile by const reference
Lioncash
2018-10-14
3
-11
/
+9
|
*
|
nro: Make LoadNro take a VfsFile by const reference
Lioncash
2018-10-14
2
-6
/
+6
*
|
|
Merge pull request #1500 from DarkLordZach/key-derivation-6.0.0
bunnei
2018-10-15
2
-4
/
+8
|
\
\
\
|
*
|
|
crypto: Various crypto fixes for quickstart guide
Zach Hilman
2018-10-14
2
-4
/
+8
*
|
|
|
shader_bytecode: Add Control Code enum 0xf
ReinUsesLisp
2018-10-15
1
-1
/
+1
*
|
|
|
gl_shader_decompiler: Fixup style inconsistencies
ReinUsesLisp
2018-10-15
1
-5
/
+3
*
|
|
|
gl_rasterizer: Silence implicit cast warning in glBindBufferRange
ReinUsesLisp
2018-10-15
1
-1
/
+2
|
/
/
/
*
|
|
Merge pull request #1486 from lioncash/file
bunnei
2018-10-14
4
-63
/
+72
|
\
\
\
|
*
|
|
partition_data_manager: Reserve and insert data within output vector in Decry...
Lioncash
2018-10-13
1
-20
/
+16
|
*
|
|
partition_data_manager: Remove unused std::map instance within DecryptPackage2()
Lioncash
2018-10-13
1
-2
/
+0
|
*
|
|
partition_data_manager: Take package2_keys by const reference
Lioncash
2018-10-13
2
-2
/
+3
|
*
|
|
partition_data_manager: Move IV data to where it's needed in DecryptPackage2()
Lioncash
2018-10-13
1
-3
/
+1
|
*
|
|
partition_data_manager: Remove commented out code
Lioncash
2018-10-13
1
-2
/
+0
|
*
|
|
key_manager/partition_data_manager: Silence truncation compiler warnings
Lioncash
2018-10-13
4
-10
/
+15
|
*
|
|
partition_data_manager: Dehardcode array bounds
Lioncash
2018-10-13
2
-7
/
+12
|
*
|
|
partition_data_manager: Take VirtualFile by const reference in constructor
Lioncash
2018-10-13
2
-2
/
+2
|
*
|
|
partition_data_manager: Amend constructor initializer list order
Lioncash
2018-10-13
1
-2
/
+3
|
*
|
|
partition_data_manager: Remove unused includes
Lioncash
2018-10-13
2
-4
/
+1
|
*
|
|
key_manager: Use std::vector's insert() instead of std::copy with a back_inse...
Lioncash
2018-10-13
1
-2
/
+2
|
*
|
|
key_manager: Brace long conditional body
Lioncash
2018-10-13
1
-1
/
+2
|
*
|
|
key_manager: Don't assume file seeks and reads will always succeed
Lioncash
2018-10-13
1
-7
/
+17
|
*
|
|
key_manager: Remove unnecessary seek in DeriveSDSeed()
Lioncash
2018-10-13
1
-1
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1490 from lioncash/boot
bunnei
2018-10-14
1
-14
/
+12
|
\
\
\
|
*
|
|
yuzu/main: Simplify OnMenuLoadFile()
Lioncash
2018-10-13
1
-14
/
+12
|
|
/
/
*
|
|
Merge pull request #1488 from Hexagon12/astc-types
bunnei
2018-10-14
3
-6
/
+32
|
\
\
\
|
*
|
|
Added ASTC 5x4; 8x5
Hexagon12
2018-10-13
3
-6
/
+32
*
|
|
|
Merge pull request #1491 from lioncash/reference
bunnei
2018-10-14
7
-20
/
+19
|
\
\
\
\
|
*
|
|
|
filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste...
Lioncash
2018-10-13
7
-20
/
+19
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #1480 from FernandoS27/neue-swizzle
bunnei
2018-10-14
8
-107
/
+176
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Shorten the implementation of 3D swizzle to only 3 functions
FernandoS27
2018-10-13
1
-70
/
+27
|
*
|
|
Fix a Crash on Zelda BotW and Splatoon 2, and simplified LoadGLBuffer
FernandoS27
2018-10-13
2
-19
/
+2
|
*
|
|
Propagate depth and depth_block on modules using decoders
FernandoS27
2018-10-13
8
-54
/
+67
|
*
|
|
Remove old Swizzle algorithms and use 3d Swizzle
FernandoS27
2018-10-13
1
-93
/
+69
|
*
|
|
Implement Precise 3D Swizzle
FernandoS27
2018-10-13
1
-3
/
+71
|
*
|
|
Implement Fast 3D Swizzle
FernandoS27
2018-10-13
1
-2
/
+74
|
|
/
/
*
|
|
Merge pull request #1492 from lioncash/proc
bunnei
2018-10-14
3
-4
/
+50
|
\
\
\
|
*
|
|
svc: Implement svcGetProcessInfo
Lioncash
2018-10-13
3
-4
/
+50
|
|
/
/
*
/
/
Stop all threads on svcBreak
David Marcec
2018-10-14
1
-0
/
+6
|
/
/
*
|
Merge pull request #1409 from DarkLordZach/key-derivation
bunnei
2018-10-12
10
-74
/
+1663
|
\
\
|
*
|
partition_data_manager: Rename system files for hekate
Zach Hilman
2018-10-07
6
-195
/
+247
|
*
|
qt: Add rederive keyset menu option
Zach Hilman
2018-10-07
3
-49
/
+89
|
*
|
qt: Add key derivation progress bar on initial setup
Zach Hilman
2018-10-07
1
-0
/
+52
|
*
|
crypto: Add PartitionDataManager
Zach Hilman
2018-10-07
3
-0
/
+692
|
*
|
key_manager: Add support for loading keys from partition data
Zach Hilman
2018-10-07
2
-0
/
+88
[next]