index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
CMakeLists.txt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl.
bunnei
2019-01-23
1
-0
/
+2
*
Merge pull request #1939 from DarkLordZach/web-applet
bunnei
2019-01-10
1
-0
/
+4
|
\
|
*
core: Add getter and setter for WebBrowserApplet frontend
Zach Hilman
2018-12-28
1
-0
/
+2
|
*
applets: Implement LibAppletOff (Web) applet
Zach Hilman
2018-12-28
1
-0
/
+2
*
|
Merge pull request #1847 from ogniK5377/backtrace-break
bunnei
2018-12-29
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Moved log backtrace to arm_interface.cpp. Added printing of error code to fatal
David Marcec
2018-12-29
1
-0
/
+1
*
|
Merge pull request #1928 from lioncash/caps
bunnei
2018-12-27
1
-0
/
+2
|
\
\
|
*
|
kernel/process: Introduce process capability parsing skeleton
Lioncash
2018-12-21
1
-0
/
+2
*
|
|
Merge pull request #1781 from DarkLordZach/applet-profile-select
bunnei
2018-12-23
1
-0
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
qt: Implement GUI dialog frontend for ProfileSelector
Zach Hilman
2018-12-03
1
-0
/
+2
|
*
|
frontend: Add frontend applet for ProfileSelect
Zach Hilman
2018-12-03
1
-0
/
+2
*
|
|
Merge pull request #1704 from DarkLordZach/oss-sysarchive
bunnei
2018-12-04
1
-0
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
file_sys: Add framework for synthesizing open source archives
Zach Hilman
2018-11-15
1
-0
/
+4
*
|
|
kernel: Divide Event into ReadableEvent and WritableEvent
Zach Hilman
2018-11-29
1
-2
/
+4
|
|
/
|
/
|
*
|
Merge pull request #1770 from DarkLordZach/applet-stub
bunnei
2018-11-23
1
-0
/
+2
|
\
\
|
*
|
applets: Add StubApplet
Zach Hilman
2018-11-21
1
-0
/
+2
*
|
|
core: Relocate CPU core management to its own class
Lioncash
2018-11-22
1
-0
/
+2
|
/
/
*
|
am/applets: Add connector between frontend and AM applet classes
Zach Hilman
2018-11-18
1
-0
/
+2
*
|
frontend/applets: Add frontend software keyboard provider and default
Zach Hilman
2018-11-18
1
-0
/
+2
*
|
am/applets: Add Applet superclass to describe a generic applet
Zach Hilman
2018-11-18
1
-0
/
+2
|
/
*
Merge pull request #1545 from DarkLordZach/psm
bunnei
2018-10-22
1
-0
/
+2
|
\
|
*
service: Add skeleton for psm service
Zach Hilman
2018-10-20
1
-0
/
+2
*
|
service: Add the basic skeleton for the NPNS services
Lioncash
2018-10-21
1
-0
/
+2
*
|
am: Add the basic skeleton for the tcap service
Lioncash
2018-10-21
1
-0
/
+2
|
/
*
Merge pull request #1444 from ogniK5377/better-hid
bunnei
2018-10-17
1
-0
/
+18
|
\
|
*
"Better Hid" rework part 1
David Marcec
2018-10-10
1
-0
/
+18
*
|
Merge pull request #1473 from lioncash/cmake
bunnei
2018-10-15
1
-2
/
+2
|
\
\
|
*
|
core/CMakeLists: Make all web_service-related libraries private
Lioncash
2018-10-10
1
-1
/
+1
|
*
|
core/CMakeLists: Use target_compile_definitions instead of add_definitions fo...
Lioncash
2018-10-10
1
-1
/
+1
|
|
/
*
|
crypto: Add PartitionDataManager
Zach Hilman
2018-10-07
1
-0
/
+2
*
|
key_manager: Add ETicket key derivation
Zach Hilman
2018-10-07
1
-0
/
+1
|
/
*
Merge pull request #1332 from FearlessTobi/port-web-backend
bunnei
2018-10-06
1
-0
/
+4
|
\
|
*
Review comments -part 4
fearlessTobi
2018-10-02
1
-0
/
+1
|
*
Port web_service from Citra
fearlessTobi
2018-10-02
1
-0
/
+3
*
|
patch_manager: Add PatchNSO function
Zach Hilman
2018-10-01
1
-0
/
+2
|
/
*
fsmitm: Cleanup and modernize fsmitm port
Zach Hilman
2018-09-23
1
-1
/
+1
*
bis_factory: Add mod directory VFS getter
Zach Hilman
2018-09-21
1
-0
/
+4
*
vfs_static: Add StaticVfsFile
Zach Hilman
2018-09-21
1
-0
/
+1
*
Use open-source shared fonts if no dumped file is available (#1269)
Tobias
2018-09-10
1
-1
/
+1
*
loader: Add BKTR-specific error messages and codes
Zach Hilman
2018-09-04
1
-0
/
+4
*
qt: Add UI support for NSP files
Zach Hilman
2018-09-04
1
-0
/
+4
*
file_sys: Implement NAX containers
Zach Hilman
2018-08-23
1
-0
/
+6
*
Merge pull request #1017 from ogniK5377/better-account
bunnei
2018-08-20
1
-0
/
+2
|
\
|
*
began initial implementation of "ProfileManager"
David Marcec
2018-08-08
1
-0
/
+2
*
|
Merge pull request #1005 from DarkLordZach/registered-fmt
bunnei
2018-08-15
1
-0
/
+8
|
\
\
|
*
|
file_sys: Add support for parsing NCA metadata (CNMT)
Zach Hilman
2018-08-11
1
-0
/
+8
|
|
/
*
/
Added missing channel devices
David Marcec
2018-08-13
1
-0
/
+4
|
/
*
hle: Remove unused romfs.cpp/.h
Lioncash
2018-08-07
1
-2
/
+0
*
service: Add usb services
Lioncash
2018-08-07
1
-0
/
+2
*
service: Add arp services
Lioncash
2018-08-04
1
-0
/
+2
[next]