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
*
yuzu: Remove CPU Jit setting from the UI
fearlessTobi
2019-07-04
4
-5
/
+5
*
Merge pull request #2604 from ogniK5377/INotificationService
bunnei
2019-07-02
5
-1
/
+130
|
\
|
*
Attemp clang format fix?
David Marcec
2019-06-28
1
-1
/
+0
|
*
Addressed issues
David Marcec
2019-06-28
2
-13
/
+13
|
*
SizedNotificationInfo should be 0x10 bytes, user_uuid is incorrect, this shou...
David Marcec
2019-06-25
1
-1
/
+3
|
*
fixed spelling errors and fixed issue with Pop not returning the SizedNotific...
David Marcec
2019-06-25
1
-6
/
+8
|
*
Implemented INotificationService
David Marcec
2019-06-24
5
-1
/
+127
*
|
file_sys: Rename other ContentRecordType members
Bakugo
2019-07-02
5
-7
/
+8
*
|
file_sys/registered_cache: Improve missing metadata error
Bakugo
2019-07-01
1
-2
/
+2
*
|
file_sys/submission_package: Don't warn about missing DeltaFragment NCAs
Bakugo
2019-07-01
1
-4
/
+7
*
|
file_sys/registered_cache: Ignore DeltaFragment NCAs during installation
Bakugo
2019-07-01
1
-0
/
+3
*
|
file_sys: Rename ContentRecordType::Patch to DeltaFragment
Bakugo
2019-07-01
1
-1
/
+1
*
|
Merge pull request #2583 from FernandoS27/core-timing-safe
bunnei
2019-06-30
3
-49
/
+14
|
\
\
|
*
|
Core_Timing: Make core_timing threadsafe by default.
Fernando Sahmkow
2019-06-16
3
-49
/
+14
*
|
|
Merge pull request #2533 from DarkLordZach/memory-frozen
bunnei
2019-06-28
4
-0
/
+274
|
\
\
\
|
*
|
|
freezer: Update documentation
Zach Hilman
2019-06-20
1
-1
/
+8
|
*
|
|
core: Move Freezer class to tools namespace
Zach Hilman
2019-06-20
4
-17
/
+17
|
*
|
|
freezer: Add documentation for methods
Zach Hilman
2019-06-20
2
-30
/
+49
|
*
|
|
memory: Add class to manage and enforce memory freezing
Zach Hilman
2019-06-20
4
-0
/
+248
*
|
|
|
Merge pull request #2548 from DarkLordZach/applet-shopn
bunnei
2019-06-26
17
-120
/
+879
|
\
\
\
\
|
*
|
|
|
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
4
-20
/
+48
|
*
|
|
|
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
|
*
|
|
|
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
2
-7
/
+7
|
*
|
|
|
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 #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
5
-9
/
+27
|
\
\
\
|
*
|
|
kernel: Differentiate kernel and user processes when picking ID
Zach Hilman
2019-06-10
5
-9
/
+27
*
|
|
|
Merge pull request #2546 from DarkLordZach/kips
bunnei
2019-06-21
10
-119
/
+521
|
\
\
\
\
|
*
|
|
|
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
1
-1
/
+1
|
*
|
|
|
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
[next]