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
*
file_sys/save_data_factory: Update SaveDataSpaceId enum
Lioncash
2018-12-07
1
-1
/
+3
*
Merge pull request #1867 from lioncash/alloc
bunnei
2018-12-05
2
-4
/
+3
|
\
|
*
ng_word: Deduplicate use of a constant value
Lioncash
2018-12-05
1
-1
/
+1
|
*
system_archive: Use a regular function pointer instead of std::function for f...
Lioncash
2018-12-05
1
-3
/
+2
*
|
Merge pull request #1866 from lioncash/cache
bunnei
2018-12-05
1
-8
/
+2
|
\
\
|
*
|
service/ldr: Deduplicate instruction cache clearing code in LoadNro()
Lioncash
2018-12-05
1
-8
/
+2
|
|
/
*
/
Call shrink_to_fit after page-table vector resizing to cause crt to actually ...
heapo
2018-12-05
1
-0
/
+8
|
/
*
Merge pull request #1704 from DarkLordZach/oss-sysarchive
bunnei
2018-12-04
8
-1
/
+227
|
\
|
*
file_sys: Implement system archive synthesizer for NgWord (806)
Zach Hilman
2018-11-22
5
-6
/
+61
|
*
fsp_srv: Add support for using open source archive if not found in NAND
Zach Hilman
2018-11-15
1
-0
/
+10
|
*
file_sys: Add framework for synthesizing open source archives
Zach Hilman
2018-11-15
3
-0
/
+109
|
*
vfs_vector: Add VFS backend for std::array
Zach Hilman
2018-11-15
1
-0
/
+52
*
|
Merge pull request #1838 from lioncash/dedup
bunnei
2018-12-04
1
-27
/
+26
|
\
\
|
*
|
file_sys/registered_cache: Eliminate variable shadowing
Lioncash
2018-12-01
1
-27
/
+26
*
|
|
Merge pull request #1836 from lioncash/unused
bunnei
2018-12-04
1
-1
/
+0
|
\
\
\
|
*
|
|
crypto/key_manager: Remove unused variable in GetTicketblob()
Lioncash
2018-12-01
1
-1
/
+0
|
|
/
/
*
|
|
kernel/svc: Remove unused header inclusion
Lioncash
2018-12-04
1
-1
/
+0
*
|
|
kernel/svc: Implement svcSignalEvent()
Lioncash
2018-12-04
1
-1
/
+16
*
|
|
kernel/svc: Implement svcCreateEvent()
Lioncash
2018-12-04
2
-1
/
+42
*
|
|
Merge pull request #1845 from lioncash/nro
bunnei
2018-12-04
5
-19
/
+23
|
\
\
\
|
*
|
|
loader/nso: Remove dependency on the System class
Lioncash
2018-12-02
3
-8
/
+11
|
*
|
|
loader/nro: Make the static LoadNro function internally linked
Lioncash
2018-12-02
2
-7
/
+5
|
*
|
|
loader/nro: Remove dependency on the System class
Lioncash
2018-12-02
2
-10
/
+13
*
|
|
|
Merge pull request #1853 from lioncash/event
bunnei
2018-12-04
5
-10
/
+19
|
\
\
\
\
|
*
|
|
|
kernel/object: Amend handle types to distinguish between readable and writabl...
Lioncash
2018-12-04
5
-10
/
+19
*
|
|
|
|
kernel/handle_table: Amend reference to CTR-OS in Create()
Lioncash
2018-12-04
1
-2
/
+3
*
|
|
|
|
kernel/svc: Implement the resource limit svcGetInfo option
Lioncash
2018-12-04
4
-9
/
+34
|
/
/
/
/
*
|
|
|
[Kernel::CreateThread] Match format specifiers to LOG_TRACE's arguments
V.Kalyuzhny
2018-12-04
1
-1
/
+1
*
|
|
|
Merge pull request #1840 from lioncash/info
bunnei
2018-12-03
1
-50
/
+100
|
\
\
\
\
|
*
|
|
|
svc: Use the current process' handle table for retrieving the process instanc...
Lioncash
2018-12-02
1
-1
/
+2
|
*
|
|
|
svc: Reorganize svcGetInfo, handle more error cases for existing implemented ...
Lioncash
2018-12-02
1
-50
/
+99
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #1835 from lioncash/cache-global
bunnei
2018-12-03
6
-31
/
+17
|
\
\
\
\
|
*
|
|
|
filesystem: De-globalize registered_cache_union
Lioncash
2018-12-01
6
-31
/
+17
|
|
/
/
/
*
|
|
|
Merge pull request #1803 from DarkLordZach/k-able-event
bunnei
2018-12-03
33
-236
/
+397
|
\
\
\
\
|
*
|
|
|
hle_ipc: Refactor SleepClientThread to avoid ReadableEvent
Zach Hilman
2018-11-29
9
-14
/
+14
|
*
|
|
|
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
30
-311
/
+169
|
*
|
|
|
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-11-29
25
-153
/
+274
|
*
|
|
|
hle_ipc: Use event pair for SleepClientThread
Zach Hilman
2018-11-29
2
-19
/
+22
|
*
|
|
|
kernel: Add named event table
Zach Hilman
2018-11-29
2
-0
/
+30
|
*
|
|
|
kernel: Divide Event into ReadableEvent and WritableEvent
Zach Hilman
2018-11-29
6
-61
/
+210
|
*
|
|
|
kernel/object: Add descriptions to ResetTypes
Zach Hilman
2018-11-29
1
-3
/
+3
*
|
|
|
|
Merge pull request #1833 from lioncash/clean
bunnei
2018-12-03
5
-5
/
+97
|
\
\
\
\
\
|
*
|
|
|
|
file_sys: Override missing mutating functions to be stubbed out for ReadOnlyV...
Lioncash
2018-11-30
2
-0
/
+25
|
*
|
|
|
|
service/fsp_srv: Implement CleanDirectoryRecursively
Lioncash
2018-11-30
5
-5
/
+72
*
|
|
|
|
|
Merge pull request #1839 from lioncash/init
bunnei
2018-12-03
1
-2
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
service/audio/audout_u: Amend constructor initialization list order
Lioncash
2018-12-01
1
-2
/
+2
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #1841 from ogniK5377/npad-mode-fix
bunnei
2018-12-03
1
-2
/
+3
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Fixed crash with SetNpadMode
David Marcec
2018-12-03
1
-2
/
+3
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
service/usb: Update function table
Lioncash
2018-12-02
1
-1
/
+1
*
|
|
|
|
|
service/erpt: Update function table
Lioncash
2018-12-02
1
-5
/
+7
|
/
/
/
/
/
[next]