index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pm: Implement pm:info GetTitleId
Zach Hilman
2019-06-26
1
-2
/
+47
*
Merge pull request #2548 from DarkLordZach/applet-shopn
bunnei
2019-06-26
20
-129
/
+890
|
\
|
*
applets: Pass current process title ID to applets
Zach Hilman
2019-06-24
11
-41
/
+59
|
*
general_frontend: Add documentation for parental controls and ecommerce applets
Zach Hilman
2019-06-24
5
-27
/
+55
|
*
web_browser: Only delete temporary directory if it was created
Zach Hilman
2019-06-24
1
-1
/
+3
|
*
web_browser: Take ECommerce applet frontend optionally in constructor
Zach Hilman
2019-06-24
1
-1
/
+6
|
*
frontend: Add base class and default impl for ECommerce applet frontend
Zach Hilman
2019-06-24
2
-0
/
+102
|
*
web_browser: Use function tables for execute and initialize
Zach Hilman
2019-06-24
2
-7
/
+285
|
*
web_browser: Correct structures and properly parse TLVs/ShimKind
Zach Hilman
2019-06-24
2
-61
/
+168
|
*
yuzu: Accept default applets for Parental Controls and ECommerce
Zach Hilman
2019-06-24
1
-5
/
+7
|
*
applets: Track ECommerce and Parental Control applet frontends
Zach Hilman
2019-06-24
2
-7
/
+29
|
*
web_browser: Rename OpenPage to OpenPageLocal
Zach Hilman
2019-06-24
4
-11
/
+11
|
*
frontend: Add base class and default impl of parent controls applet frontend
Zach Hilman
2019-06-24
2
-1
/
+52
|
*
applets: Implement Auth applet backend
Zach Hilman
2019-06-24
2
-0
/
+146
*
|
glue: Correct missing bytes in ApplicationLaunchParameter
Zach Hilman
2019-06-25
7
-37
/
+71
*
|
core: Keep track of ARPManager and register current application on boot
Zach Hilman
2019-06-24
2
-0
/
+76
*
|
glue: Implement arp:w and arp:r services
Zach Hilman
2019-06-24
3
-2
/
+330
*
|
glue: Add errors for glue/arp services
Zach Hilman
2019-06-24
4
-2
/
+65
*
|
glue: Add scaffolding for bgtc:t and bgtc:sc services
Zach Hilman
2019-06-24
2
-0
/
+73
*
|
arp: Move to glue services
Zach Hilman
2019-06-24
2
-91
/
+0
*
|
glue: Add manager to keep track of application registry
Zach Hilman
2019-06-24
3
-0
/
+121
*
|
registered_cache: Add getter to determine source slot in content provider union
Zach Hilman
2019-06-24
2
-0
/
+17
*
|
patch_manager: Add getter for title version
Zach Hilman
2019-06-24
2
-2
/
+14
|
/
*
Update reporter.cpp
Thomas May
2019-06-22
1
-5
/
+5
*
Merge pull request #2579 from ReinUsesLisp/fix-aoffi-test
bunnei
2019-06-21
1
-1
/
+2
|
\
|
*
gl_device: Fix TestVariableAoffi test
ReinUsesLisp
2019-06-11
1
-1
/
+2
*
|
Merge pull request #2602 from lioncash/cast
bunnei
2019-06-21
1
-3
/
+3
|
\
\
|
*
|
service/acc: Silence truncation warnings
Lioncash
2019-06-21
1
-3
/
+3
*
|
|
Merge pull request #2575 from DarkLordZach/process-id-types
bunnei
2019-06-21
6
-10
/
+29
|
\
\
\
|
*
|
|
kernel: Differentiate kernel and user processes when picking ID
Zach Hilman
2019-06-10
6
-10
/
+29
*
|
|
|
Merge pull request #2546 from DarkLordZach/kips
bunnei
2019-06-21
11
-121
/
+522
|
\
\
\
\
|
*
|
|
|
kernel_executable: Optimize BLZ decompression
Zach Hilman
2019-06-06
2
-10
/
+13
|
*
|
|
|
game_list: Accept *.kip as a file extension of executables
Zach Hilman
2019-06-05
2
-3
/
+2
|
*
|
|
|
loader: Add recognition for KIP file type
Zach Hilman
2019-06-05
2
-0
/
+11
|
*
|
|
|
loader: Add KIP and INI file parser-specific errors
Zach Hilman
2019-06-05
2
-1
/
+9
|
*
|
|
|
loader: Add AppLoader_KIP for KIP files
Zach Hilman
2019-06-05
3
-0
/
+135
|
*
|
|
|
program_metadata: Add function to load meta from raw parameters
Zach Hilman
2019-06-05
2
-0
/
+20
|
*
|
|
|
partition_data_manager: Remove KIP processing and use FileSys
Zach Hilman
2019-06-05
1
-118
/
+13
|
*
|
|
|
file_sys: Add classes to parse KIP1 and INI1 files
Zach Hilman
2019-06-05
3
-0
/
+330
*
|
|
|
|
Merge pull request #2482 from DarkLordZach/prepo
bunnei
2019-06-21
34
-54
/
+825
|
\
\
\
\
\
|
*
|
|
|
|
loader: Move NSO module tracking to AppLoader
Zach Hilman
2019-05-26
22
-81
/
+148
|
*
|
|
|
|
prepo: Save reports from PlayReport service
Zach Hilman
2019-05-25
1
-2
/
+23
|
*
|
|
|
|
fatal: Save report on fatal:u call
Zach Hilman
2019-05-25
1
-21
/
+5
|
*
|
|
|
|
service: Save report on unimplemented function call
Zach Hilman
2019-05-25
1
-0
/
+3
|
*
|
|
|
|
applets/error: Save report on error applet
Zach Hilman
2019-05-25
1
-5
/
+14
|
*
|
|
|
|
applets: Save report on stubbed applet
Zach Hilman
2019-05-25
4
-15
/
+49
|
*
|
|
|
|
svc: Save report on call to svcBreak
Zach Hilman
2019-05-25
1
-1
/
+7
|
*
|
|
|
|
core: Add Reporter class to take/save reports
Zach Hilman
2019-05-25
5
-1
/
+416
|
*
|
|
|
|
qt: Make UI option for 'Reporting Services' temporary
Zach Hilman
2019-05-25
2
-0
/
+24
|
*
|
|
|
|
settings: Add 'Reporting Services' config option
Zach Hilman
2019-05-25
3
-10
/
+13
[next]