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
*
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