index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1409 from DarkLordZach/key-derivation
bunnei
2018-10-12
7
-74
/
+1569
|
\
|
*
partition_data_manager: Rename system files for hekate
Zach Hilman
2018-10-07
4
-178
/
+228
|
*
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
|
*
key_manager: Add ETicket key derivation
Zach Hilman
2018-10-07
3
-2
/
+277
|
*
key_manager: Add base key derivation
Zach Hilman
2018-10-07
2
-4
/
+220
|
*
key_manager: Add BIS key getter
Zach Hilman
2018-10-07
2
-2
/
+19
|
*
key_manager: Add support for more keys
Zach Hilman
2018-10-07
2
-3
/
+99
|
*
key_manager: Add keyblob support
Zach Hilman
2018-10-07
2
-0
/
+14
|
*
key_manager: Add support for crypto revisions past 04
Zach Hilman
2018-10-07
1
-43
/
+63
|
*
key_manager: Add support for comments in keyfiles
Zach Hilman
2018-10-07
1
-0
/
+3
|
*
vfs: Move forward declarations to separate file
Zach Hilman
2018-10-07
2
-9
/
+22
|
*
key_manager: Add support for console-specific keyfile
Zach Hilman
2018-10-07
2
-3
/
+13
|
*
key_manager: Rename KEK to Kek
Zach Hilman
2018-10-07
2
-8
/
+9
*
|
Merge pull request #1483 from lioncash/codeset
bunnei
2018-10-12
7
-83
/
+45
|
\
\
|
*
|
kernel/process: Make CodeSet a regular non-inherited object
Lioncash
2018-10-12
7
-83
/
+45
*
|
|
Merge pull request #1481 from lioncash/typo
bunnei
2018-10-12
1
-3
/
+3
|
\
\
\
|
*
|
|
svc: Fix typos in sanitizing checks for MapMemory/UnmapMemory
Lioncash
2018-10-12
1
-3
/
+3
|
|
/
/
*
|
|
Merge pull request #1467 from ogniK5377/svcbreak-type-fix
bunnei
2018-10-12
2
-28
/
+36
|
\
\
\
|
*
|
|
Changed all casts in svc_wrap.h to be static_cast instead
David Marcec
2018-10-10
1
-25
/
+28
|
*
|
|
Use a better name than "dont_kill_application"
David Marcec
2018-10-10
1
-2
/
+2
|
*
|
|
Fixed incorrect types for svcBreak
David Marcec
2018-10-10
2
-3
/
+8
*
|
|
|
Merge pull request #1478 from ogniK5377/remap-invalidhandle-remap
bunnei
2018-10-12
1
-3
/
+10
|
\
\
\
\
|
*
|
|
|
Returned an error before processing other remaps
David Marcec
2018-10-12
1
-6
/
+2
|
*
|
|
|
Passing an invalid nmap handle to Remap should throw an error
David Marcec
2018-10-11
1
-3
/
+14
*
|
|
|
|
Merge pull request #1482 from lioncash/init
bunnei
2018-10-12
1
-4
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
thread: Remove unnecessary memset from ResetThreadContext()
Lioncash
2018-10-12
1
-4
/
+1
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #1479 from ogniK5377/nmap-revamped
bunnei
2018-10-12
1
-12
/
+60
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Made the minimum alignment more clear
David Marcec
2018-10-12
1
-2
/
+3
|
*
|
|
|
Added error codes for nvmap
David Marcec
2018-10-11
1
-12
/
+59
|
|
/
/
/
*
|
|
|
Merge pull request #1474 from ogniK5377/hwopus-decodeinterleavedwithperformance
bunnei
2018-10-11
1
-3
/
+34
|
\
\
\
\
|
*
|
|
|
HwOpus, Implemented DecodeInterleavedWithPerformance
David Marcec
2018-10-11
1
-3
/
+34
|
|
/
/
/
*
|
|
|
Merge pull request #1472 from lioncash/san
bunnei
2018-10-11
2
-12
/
+81
|
\
\
\
\
|
*
|
|
|
svc: Add missing address range sanitizing checks to MapMemory/UnmapMemory
Lioncash
2018-10-10
2
-12
/
+81
|
|
/
/
/
*
/
/
/
nvhost_as_gpu: Flush CPU VAddr on UnmapBuffer.
bunnei
2018-10-11
1
-3
/
+4
|
/
/
/
*
|
|
kernel/thread: Use a regular pointer for the owner/current process
Lioncash
2018-10-10
9
-38
/
+39
*
|
|
Merge pull request #1461 from lioncash/warn
bunnei
2018-10-09
1
-3
/
+3
|
\
\
\
|
*
|
|
ips_layer: Silence truncation and conversion warnings
Lioncash
2018-10-09
1
-3
/
+3
*
|
|
|
Merge pull request #1464 from lioncash/unique
bunnei
2018-10-09
6
-15
/
+13
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
patch_manager: Return a std::unique_ptr from ParseControlNCA() and GetControl...
Lioncash
2018-10-09
6
-15
/
+13
|
|
/
/
*
|
|
Merge pull request #1459 from ogniK5377/break
bunnei
2018-10-09
1
-5
/
+20
|
\
\
\
|
*
|
|
Added bitfield instead of manually checking if the bit is set
David Marcec
2018-10-09
1
-4
/
+12
|
*
|
|
Actual kill execution when the bit isn't set, not the other way around
David Marcec
2018-10-09
1
-1
/
+1
|
*
|
|
svcBreak, Signalling to the debugger should not kill execution
David Marcec
2018-10-09
1
-5
/
+12
*
|
|
|
Merge pull request #1465 from lioncash/telemetry
bunnei
2018-10-09
2
-7
/
+9
|
\
\
\
\
|
*
|
|
|
telemetry_session: Remove doxygen comment for a non-existent parameter
Lioncash
2018-10-09
1
-1
/
+0
|
*
|
|
|
telemetry_session: Add missing includes
Lioncash
2018-10-09
2
-2
/
+5
|
*
|
|
|
telemetry_session: Remove unimplemented FinalizeAsyncJob prototype
Lioncash
2018-10-09
1
-2
/
+0
|
*
|
|
|
telemetry_session: Use a std::array in GenerateTelemetryId()
Lioncash
2018-10-09
1
-2
/
+4
|
|
|
/
/
|
|
/
|
|
*
|
|
|
ips_layer: Avoid constructing std::vector instances where not necessary
Lioncash
2018-10-09
1
-6
/
+25
[next]