index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
am
/
applets
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
bunnei
2019-11-25
2
-6
/
+6
*
service: Resolve sign conversion errors
Lioncash
2019-11-12
1
-8
/
+8
*
Merge pull request #3062 from bunnei/event-improve
bunnei
2019-11-06
1
-5
/
+5
|
\
|
*
kernel: events: Remove ResetType::Automatic.
bunnei
2019-11-03
1
-5
/
+5
*
|
common_func: Use std::array for INSERT_PADDING_* macros.
bunnei
2019-11-04
1
-5
/
+6
|
/
*
applets: Add accessor for AppletFrontendSet
Zach Hilman
2019-09-30
2
-0
/
+6
*
service/am: Remove usages of global system accessors
Lioncash
2019-09-05
12
-48
/
+88
*
file_sys: Rename other ContentRecordType members
Bakugo
2019-07-02
1
-2
/
+2
*
applets: Pass current process title ID to applets
Zach Hilman
2019-06-25
4
-14
/
+20
*
general_frontend: Add documentation for parental controls and ecommerce applets
Zach Hilman
2019-06-25
2
-16
/
+16
*
web_browser: Only delete temporary directory if it was created
Zach Hilman
2019-06-25
1
-1
/
+3
*
web_browser: Take ECommerce applet frontend optionally in constructor
Zach Hilman
2019-06-25
1
-1
/
+6
*
web_browser: Use function tables for execute and initialize
Zach Hilman
2019-06-25
2
-7
/
+285
*
web_browser: Correct structures and properly parse TLVs/ShimKind
Zach Hilman
2019-06-25
2
-61
/
+168
*
applets: Track ECommerce and Parental Control applet frontends
Zach Hilman
2019-06-25
2
-7
/
+29
*
applets: Implement Auth applet backend
Zach Hilman
2019-06-25
2
-0
/
+146
*
Merge pull request #2482 from DarkLordZach/prepo
bunnei
2019-06-21
5
-20
/
+64
|
\
|
*
loader: Move NSO module tracking to AppLoader
Zach Hilman
2019-05-26
2
-3
/
+4
|
*
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
*
|
common/hex_util: Combine HexVectorToString() and HexArrayToString()
Lioncash
2019-06-12
1
-6
/
+6
*
|
Merge pull request #2526 from lioncash/global
Zach Hilman
2019-06-05
2
-5
/
+37
|
\
\
|
*
|
core/core: Remove unnecessary includes
Lioncash
2019-05-29
2
-5
/
+37
|
|
/
*
|
Merge pull request #1931 from DarkLordZach/mii-database-1
bunnei
2019-05-30
2
-6
/
+7
|
\
\
|
|
/
|
/
|
|
*
mii_manager: Fix incorrect loop condition in mii UUID generation code
Zach Hilman
2019-04-25
2
-1
/
+2
|
*
profile_select: Port Service::Account::UUID to Common::UUID
Zach Hilman
2019-04-25
2
-5
/
+5
*
|
core/kernel/object: Rename ResetType enum members
Lioncash
2019-05-18
1
-3
/
+3
|
/
*
web_browser: Make OpenPage non-const
Zach Hilman
2019-04-17
8
-15
/
+20
*
main: Add GMainWindow hooks for Error display
Zach Hilman
2019-04-17
1
-2
/
+2
*
general_backend: Move StubApplet and add backend PhotoViewer
Zach Hilman
2019-04-17
2
-1
/
+102
*
applets: Add Error applet
Zach Hilman
2019-04-17
3
-24
/
+224
*
applets: Port current applets to take frontend in constructor
Zach Hilman
2019-04-17
6
-14
/
+16
*
applets: Add AppletManager class to control lifetime
Zach Hilman
2019-04-17
2
-0
/
+137
*
patch_manager: Dump NSO name with build ID
Zach Hilman
2019-03-28
1
-2
/
+1
*
game_list: Register content with ContentProvider
Zach Hilman
2019-03-27
1
-2
/
+3
*
core/hle/ipc: Remove unnecessary includes
Lioncash
2019-03-05
2
-0
/
+4
*
core/frontend/applets/web_browser: Include missing headers
Lioncash
2019-01-17
1
-2
/
+8
*
core/frontend/applets/web_browser: Make OpenPage() non-const
Lioncash
2019-01-17
1
-1
/
+1
*
Merge pull request #1939 from DarkLordZach/web-applet
bunnei
2019-01-10
3
-1
/
+229
|
\
|
*
web_browser: Add bounds checking to applet interface
Zach Hilman
2018-12-29
1
-7
/
+7
|
*
core: Add getter and setter for WebBrowserApplet frontend
Zach Hilman
2018-12-28
1
-1
/
+1
|
*
applets: Implement LibAppletOff (Web) applet
Zach Hilman
2018-12-28
2
-0
/
+228
*
|
core/kernel: Remove unnecessary inclusions
Lioncash
2019-01-01
2
-2
/
+2
|
/
*
Merge pull request #1781 from DarkLordZach/applet-profile-select
bunnei
2018-12-23
2
-0
/
+127
|
\
|
*
applets: Correct event ResetTypes from OneShot to Sticky
Zach Hilman
2018-12-03
4
-13
/
+5
|
*
applets: Implement ProfileSelect applet
Zach Hilman
2018-12-03
2
-0
/
+130
|
*
software_keyboard: Signal state changed event upon construction
Zach Hilman
2018-12-03
1
-1
/
+6
*
|
applets: Correct usage of SignalStateChanged event
Zach Hilman
2018-12-10
2
-5
/
+4
|
/
*
hle_ipc: Refactor SleepClientThread to avoid ReadableEvent
Zach Hilman
2018-11-29
1
-5
/
+1
*
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
2
-18
/
+12
*
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-11-29
2
-20
/
+28
*
am: Return StubApplet instead of nullptr when AppletId not found
Zach Hilman
2018-11-22
2
-7
/
+5
*
applets: Add StubApplet
Zach Hilman
2018-11-22
2
-0
/
+96
*
am/applets: Make the applet data broker part of the applet itself.
Lioncash
2018-11-20
4
-20
/
+27
*
am/applets: Replace includes with forward declarations where applicable
Lioncash
2018-11-20
2
-2
/
+9
*
am/applets: Relocate comments above the relevant data member in AppletDataBroker
Lioncash
2018-11-20
1
-11
/
+18
*
software_keyboard: Fix erroneous extra PushNormalData
Zach Hilman
2018-11-19
1
-3
/
+2
*
software_keyboard: Return correct result code on user cancel operation
Zach Hilman
2018-11-19
3
-5
/
+1
*
applet: Add AppletDataBroker to manage HLE to AM service interaction
Zach Hilman
2018-11-19
4
-47
/
+159
*
software_keyboard: Use correct offset for inital text string
Zach Hilman
2018-11-19
1
-1
/
+2
*
software_keyboard: Check for UTF-8 config flag
Zach Hilman
2018-11-19
2
-9
/
+23
*
software_keyboard: Push all data over all channels on dialog completion
Zach Hilman
2018-11-18
1
-18
/
+26
*
applet: Use std::queue instead of std::vector for storage stack
Zach Hilman
2018-11-18
4
-8
/
+22
*
applet: Add operation completed callback
Zach Hilman
2018-11-18
1
-1
/
+1
*
software_keyboard: Push buffer size to offset 0x4 in output data
Zach Hilman
2018-11-18
3
-7
/
+20
*
software_keyboard: Make GetText asynchronous
Zach Hilman
2018-11-18
2
-5
/
+19
*
am: Allow applets to push multiple and different channels of data
Zach Hilman
2018-11-18
3
-18
/
+18
*
am: Implement text check software keyboard mode
Zach Hilman
2018-11-18
2
-9
/
+63
*
am: Deglobalize software keyboard applet
Zach Hilman
2018-11-18
4
-18
/
+29
*
am/applets: Add connector between frontend and AM applet classes
Zach Hilman
2018-11-18
2
-0
/
+128
*
am/applets: Add Applet superclass to describe a generic applet
Zach Hilman
2018-11-18
2
-0
/
+75