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 #1396 from DarkLordZach/packed-updates
bunnei
2018-10-06
15
-16
/
+128
|
\
|
*
romfs_factory: Extract packed update setter to new function
Zach Hilman
2018-10-05
9
-6
/
+36
|
*
patch_manager: Add support for NSP packed updates
Zach Hilman
2018-10-05
1
-2
/
+2
|
*
patch_manager: Add support for packed updates
Zach Hilman
2018-10-05
4
-5
/
+18
|
*
loader: Add getter for packed update
Zach Hilman
2018-10-05
6
-3
/
+58
|
*
loader: Add ReadRomFSIVFCOffset to NSP, XCI, and NAX loaders
Zach Hilman
2018-10-05
6
-6
/
+20
*
|
Merge pull request #1448 from ogniK5377/frontend-access
bunnei
2018-10-06
4
-0
/
+26
|
\
\
|
*
|
Added forward define for ServerPort
David Marcec
2018-10-06
2
-4
/
+6
|
*
|
Ported #4296 from citra
David Marcec
2018-10-06
3
-1
/
+25
*
|
|
Merge pull request #1332 from FearlessTobi/port-web-backend
bunnei
2018-10-06
4
-14
/
+53
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Review comments -part 4
fearlessTobi
2018-10-02
1
-0
/
+1
|
*
|
Address more review comments
fearlessTobi
2018-10-02
1
-1
/
+1
|
*
|
Address a bunch of review comments
fearlessTobi
2018-10-02
2
-6
/
+7
|
*
|
Port web_service from Citra
fearlessTobi
2018-10-02
4
-14
/
+51
*
|
|
kernel/mutex: Amend behavior of TransferMutexOwnership()
Lioncash
2018-10-06
1
-1
/
+1
*
|
|
thread: Make the scheduler pointer a regular pointer
balika011
2018-10-05
2
-4
/
+4
*
|
|
Merge pull request #1439 from lioncash/thread
bunnei
2018-10-05
14
-206
/
+392
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
kernel/thread: Make all instance variables private
Lioncash
2018-10-04
14
-206
/
+392
*
|
|
Merge pull request #1415 from DarkLordZach/ips
bunnei
2018-10-04
8
-36
/
+255
|
\
\
\
|
*
|
|
nso: Optimize loading of IPS patches
Zach Hilman
2018-10-02
5
-51
/
+43
|
*
|
|
deconstructed_rom_directory: Force NSO loader to patch NSOs
Zach Hilman
2018-10-01
1
-1
/
+3
|
*
|
|
nso: Add framework to support patching of uncompressed NSOs
Zach Hilman
2018-10-01
2
-2
/
+17
|
*
|
|
patch_manager: Add PatchNSO function
Zach Hilman
2018-10-01
3
-0
/
+104
|
*
|
|
patch_manager: Use strings for patch type instead of enum
Zach Hilman
2018-10-01
2
-29
/
+33
|
*
|
|
file_sys: Implement function to apply IPS patches
Zach Hilman
2018-10-01
2
-0
/
+103
|
*
|
|
nso: Replace NSOHeader padding bytes with build ID
Zach Hilman
2018-10-01
1
-2
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1434 from DarkLordZach/dlc-edge-case
bunnei
2018-10-03
1
-1
/
+1
|
\
\
\
|
*
|
|
aoc_u: Fix edge case with DLC that causes breaks
Zach Hilman
2018-10-02
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #1433 from lioncash/fs
bunnei
2018-10-03
1
-0
/
+2
|
\
\
\
|
*
|
|
services/fsp_srv: Amend service function table
Lioncash
2018-10-02
1
-0
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1436 from lioncash/view
bunnei
2018-10-03
2
-73
/
+101
|
\
\
\
|
*
|
|
submission_package: Avoid dangling std::string_view within SetTicketKeys()
Lioncash
2018-10-03
1
-2
/
+5
|
*
|
|
submission_package: Correct location of null check within SetTicketKeys()
Lioncash
2018-10-03
1
-3
/
+6
|
*
|
|
submission_package: Use std::string's rfind() when looking for the extension ...
Lioncash
2018-10-03
1
-1
/
+1
|
*
|
|
submission_package: Ensure the 'extracted' member variable is always initialized
Lioncash
2018-10-03
2
-3
/
+1
|
*
|
|
submission_package: Move ExeFS and RomFS initialization to its own function
Lioncash
2018-10-03
2
-10
/
+18
|
*
|
|
submission_package: Move NCA reading code to its own function
Lioncash
2018-10-03
2
-43
/
+48
|
*
|
|
submission_package: Move ticket key setting to its own function
Lioncash
2018-10-03
1
-21
/
+28
|
*
|
|
submission_package: Invert conditionals within NSP's constructor to reduce ne...
Lioncash
2018-10-03
1
-45
/
+49
|
|
/
/
*
|
|
Merge pull request #1432 from lioncash/lbl
bunnei
2018-10-03
1
-19
/
+19
|
\
\
\
|
*
|
|
service/lbl: Update service function table
Lioncash
2018-10-02
1
-19
/
+19
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1435 from lioncash/xci
bunnei
2018-10-03
1
-1
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
card_image: Ensure program_nca_status is always initialized
Lioncash
2018-10-02
1
-1
/
+3
|
|
/
*
|
aoc_u: Extract AccumulateAOCTitleIDs to separate function
Zach Hilman
2018-09-30
2
-21
/
+28
*
|
aoc_u: Implement GetAddOnContentBaseId
Zach Hilman
2018-09-30
3
-5
/
+8
*
|
aoc_u: Implement Count, List and Prepare AddOnContent
Zach Hilman
2018-09-30
2
-3
/
+78
*
|
romfs_factory: Read from all locations with StorageId None
Zach Hilman
2018-09-30
1
-26
/
+25
*
|
patch_manager: Add DLC recognition to PatchManager
Zach Hilman
2018-09-30
2
-0
/
+27
|
/
*
Merge pull request #1338 from raven02/service_vi
bunnei
2018-09-30
1
-1
/
+19
|
\
|
*
Implement ISystemDisplayService::GetDisplayMode
raven02
2018-09-30
1
-1
/
+19
[next]