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
*
patch_manager: Prevent use of a dangling pointer within PatchRomFS
Lioncash
2018-12-11
1
-4
/
+3
*
Merge pull request #1846 from lioncash/dir
bunnei
2018-12-10
1
-2
/
+2
|
\
|
*
file_sys/directory: Amend path buffer size for directory entries
Lioncash
2018-12-02
1
-2
/
+2
*
|
Merge pull request #1819 from DarkLordZach/disable-addons
bunnei
2018-12-10
11
-14
/
+102
|
\
\
|
*
|
loader: Add support for reading the name of game's developer
Zach Hilman
2018-12-03
5
-0
/
+26
|
*
|
aoc_u: Obey disabled add-ons list when listing DLC
Zach Hilman
2018-12-03
1
-0
/
+12
|
*
|
patch_manager: Obey disabled add-ons list when patching game
Zach Hilman
2018-12-03
2
-11
/
+50
|
*
|
core: Make GetGameFileFromPath function externally accessible
Zach Hilman
2018-12-03
2
-3
/
+9
|
*
|
settings: Store list of disabled add-ons per title ID
Zach Hilman
2018-12-03
1
-0
/
+5
*
|
|
Merge pull request #1887 from FearlessTobi/port-4476
bunnei
2018-12-10
1
-8
/
+4
|
\
\
\
|
*
|
|
web_service: move telemetry condition from TelemetrySession constructor to d...
fearlessTobi
2018-12-08
1
-8
/
+4
*
|
|
|
Merge pull request #1883 from lioncash/log-fsp
bunnei
2018-12-10
1
-1
/
+10
|
\
\
\
\
|
*
|
|
|
service/fsp_srv: Correct returned value in GetGlobalAccessLogMode()
Lioncash
2018-12-09
1
-1
/
+10
*
|
|
|
|
Merge pull request #1885 from lioncash/data_id
bunnei
2018-12-10
1
-1
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
file_sys/save_data_factory: Update SaveDataSpaceId enum
Lioncash
2018-12-07
1
-1
/
+3
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #1872 from lioncash/proc-info
Hexagon12
2018-12-10
1
-0
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
kernel/process: Set ideal core from metadata
Lioncash
2018-12-05
1
-0
/
+1
*
|
|
|
|
|
Merge pull request #1880 from DarkLordZach/cache-storage
Hexagon12
2018-12-10
1
-1
/
+7
|
\
\
\
\
\
\
|
*
|
|
|
|
|
savedata_factory: Add support for CacheStorage
Zach Hilman
2018-12-07
1
-0
/
+2
|
*
|
|
|
|
|
savedata_factory: Delete TemporaryStorage on startup
Zach Hilman
2018-12-06
1
-1
/
+5
*
|
|
|
|
|
|
Merge pull request #1876 from lioncash/vma
bunnei
2018-12-10
5
-28
/
+41
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
memory: Convert ASSERT into a DEBUG_ASSERT within GetPointerFromVMA()
Lioncash
2018-12-06
1
-1
/
+1
|
*
|
|
|
|
|
vm_manager: Make vma_map private
Lioncash
2018-12-06
5
-28
/
+41
*
|
|
|
|
|
|
Merge pull request #1864 from lioncash/nrr
bunnei
2018-12-07
1
-4
/
+5
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
service/ldr: Amend layout of the NRO header
Lioncash
2018-12-05
1
-3
/
+3
|
*
|
|
|
|
|
|
service/ldr: Corrent padding within the NRR header layout
Lioncash
2018-12-05
1
-1
/
+2
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge pull request #1874 from lioncash/bindings
bunnei
2018-12-07
2
-19
/
+8
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
hle/service: Replace log + UNIMPLEMENTED with UNIMPLEMENTED_MSG
Lioncash
2018-12-06
1
-2
/
+1
|
*
|
|
|
|
|
|
hle/service: Remove unnecessary using declarations
Lioncash
2018-12-06
1
-5
/
+1
|
*
|
|
|
|
|
|
hle/service, hle/sm: Compress usages of MakeResult()
Lioncash
2018-12-06
2
-3
/
+3
|
*
|
|
|
|
|
|
hle/service, hle/sm: Use structured bindings where applicable
Lioncash
2018-12-06
2
-9
/
+3
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge pull request #1873 from lioncash/const
bunnei
2018-12-07
10
-10
/
+10
|
\
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
loaders: Make GetFileType() a const qualified member function
Lioncash
2018-12-05
10
-10
/
+10
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #1875 from DarkLordZach/oss-ngword2
bunnei
2018-12-06
3
-1
/
+41
|
\
\
\
\
\
\
|
*
|
|
|
|
|
system_archive: Implement open source NgWord2
Zach Hilman
2018-12-06
3
-1
/
+41
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #1861 from lioncash/reset
bunnei
2018-12-06
6
-11
/
+101
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
kernel/svc: Correct behavior of svcResetSignal()
Lioncash
2018-12-04
1
-4
/
+11
|
*
|
|
|
|
kernel/process: Make Process a WaitObject
Lioncash
2018-12-04
3
-6
/
+68
|
*
|
|
|
|
kernel/readable_event: Add member function for enforcing a strict reset contract
Lioncash
2018-12-04
2
-1
/
+22
*
|
|
|
|
|
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
[next]