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
*
configure_system: Clear selection after user delete
Zach Hilman
2018-10-23
1
-1
/
+1
*
profile_manager: Load user icons, names, and UUIDs from system save
Zach Hilman
2018-10-23
5
-28
/
+129
*
acc: Load user images from config dir
Zach Hilman
2018-10-23
1
-9
/
+45
*
am: Pass current user UUID to launch parameters
Zach Hilman
2018-10-23
1
-7
/
+9
*
profile_manager: Load users from emulator settings
Zach Hilman
2018-10-23
2
-5
/
+7
*
settings: Add users and current_user settings and remove username
Zach Hilman
2018-10-23
1
-1
/
+3
*
Added Amiibo support (#1390)
David
2018-10-23
4
-50
/
+295
*
Merge pull request #1515 from DarkLordZach/dlc-lfs
bunnei
2018-10-23
4
-5
/
+29
|
\
|
*
qt: Add support for dumping a DLC Data RomFS
Zach Hilman
2018-10-17
2
-0
/
+5
|
*
registered_cache: Deduplicate results of ListEntry and ListEntryFilter
Zach Hilman
2018-10-17
2
-2
/
+16
|
*
fsp_srv: Apply patches to Data storage in OpenDataStorageByDataId
Zach Hilman
2018-10-17
1
-1
/
+5
|
*
patch_manager: Add support for using LayeredFS with Data
Zach Hilman
2018-10-17
1
-2
/
+3
*
|
Merge pull request #1540 from lioncash/handle
bunnei
2018-10-23
8
-98
/
+95
|
\
\
|
*
|
kernel/process: Make the handle table per-process
Lioncash
2018-10-20
8
-98
/
+95
*
|
|
Merge pull request #1545 from DarkLordZach/psm
bunnei
2018-10-22
4
-0
/
+90
|
\
\
\
|
*
|
|
psm: Stub GetChargerType
Zach Hilman
2018-10-21
2
-24
/
+27
|
*
|
|
psm: Stub GetBatteryChargePercentage
Zach Hilman
2018-10-20
2
-1
/
+14
|
*
|
|
service: Add skeleton for psm service
Zach Hilman
2018-10-20
4
-0
/
+74
|
|
/
/
*
|
|
Merge pull request #1538 from lioncash/query
bunnei
2018-10-22
1
-1
/
+1
|
\
\
\
|
*
|
|
svc: Fix vma boundary check in svcQueryMemory
Lioncash
2018-10-20
1
-1
/
+1
|
|
/
/
*
|
|
service: Add the basic skeleton for the NPNS services
Lioncash
2018-10-21
4
-2
/
+109
*
|
|
hid: Update service function table for hidbus
Lioncash
2018-10-21
1
-0
/
+1
*
|
|
am: Add the basic skeleton for the tcap service
Lioncash
2018-10-21
4
-0
/
+44
*
|
|
am: Update service function tables
Lioncash
2018-10-21
4
-15
/
+60
*
|
|
prepo: Update service function table.
Lioncash
2018-10-21
1
-8
/
+13
*
|
|
lbl: Update service function table names
Lioncash
2018-10-21
1
-28
/
+28
*
|
|
Added auto controller switching to supported controllers and single joycon bu...
David Marcec
2018-10-20
2
-4
/
+189
|
/
/
*
|
Merge pull request #1520 from lioncash/san
bunnei
2018-10-19
3
-3
/
+50
|
\
\
|
*
|
svc: Add missing sanitizing checks for MapSharedMemory/UnmapSharedMemory
Lioncash
2018-10-18
3
-3
/
+50
*
|
|
Merge pull request #1526 from lioncash/svc-id
bunnei
2018-10-19
8
-53
/
+163
|
\
\
\
|
*
|
|
es: Update service function tables
Lioncash
2018-10-19
1
-7
/
+11
|
*
|
|
audio: Update service function tables
Lioncash
2018-10-19
1
-17
/
+20
|
*
|
|
omm: Update service function tables
Lioncash
2018-10-19
1
-16
/
+18
|
*
|
|
nifm: Update service function tables
Lioncash
2018-10-19
1
-0
/
+1
|
*
|
|
hid: Update service function tables
Lioncash
2018-10-19
1
-6
/
+45
|
*
|
|
nim: Add the basic skeleton of the nim:eca service
Lioncash
2018-10-19
1
-0
/
+17
|
*
|
|
ns: Update service function table
Lioncash
2018-10-19
1
-6
/
+49
|
*
|
|
set_cal: Update service function table
Lioncash
2018-10-19
1
-1
/
+2
*
|
|
|
Merge pull request #1530 from DarkLordZach/aoc-8
bunnei
2018-10-19
2
-1
/
+16
|
\
\
\
\
|
*
|
|
|
aoc_u: Stub GetAddOnContentListChangedEvent
Zach Hilman
2018-10-19
2
-1
/
+16
*
|
|
|
|
Merge pull request #1516 from lioncash/hid
bunnei
2018-10-19
18
-19
/
+33
|
\
\
\
\
\
|
*
|
|
|
|
hid/controller: Remove unused header inclusions
Lioncash
2018-10-17
9
-9
/
+0
|
*
|
|
|
|
hid/controller/npad: Remove unused dump_idx member variable
Lioncash
2018-10-17
1
-1
/
+0
|
*
|
|
|
|
hid/controller/npad: Remove unnecessary semicolon from the closing brace of L...
Lioncash
2018-10-17
1
-1
/
+1
|
*
|
|
|
|
hid/controller/npad: Remove #pragma once from the cpp file
Lioncash
2018-10-17
1
-2
/
+0
|
*
|
|
|
|
hid/controller/npad: Move npad_id_list into the cpp file
Lioncash
2018-10-17
2
-2
/
+10
|
*
|
|
|
|
hid/controller/npad: Remove unnecessary const from void return type
Lioncash
2018-10-17
2
-2
/
+2
|
*
|
|
|
|
hid/controller: Default the destructors of all controller types in the cpp file
Lioncash
2018-10-17
16
-0
/
+16
|
*
|
|
|
|
controller_base: Default the base class constructor and destructor in the cpp...
Lioncash
2018-10-17
2
-2
/
+4
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
crypto: Use compressed sizes in offset calculation for KIP decompression
Zach Hilman
2018-10-19
1
-1
/
+2
|
|
/
/
/
|
/
|
|
|
[next]