index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
am
/
applets
Age
Commit message (
Expand
)
Author
2019-01-10
Merge pull request #1939 from DarkLordZach/web-applet
bunnei
2018-12-31
core/kernel: Remove unnecessary inclusions
Lioncash
2018-12-28
web_browser: Add bounds checking to applet interface
Zach Hilman
2018-12-28
core: Add getter and setter for WebBrowserApplet frontend
Zach Hilman
2018-12-28
applets: Implement LibAppletOff (Web) applet
Zach Hilman
2018-12-23
Merge pull request #1781 from DarkLordZach/applet-profile-select
bunnei
2018-12-09
applets: Correct usage of SignalStateChanged event
Zach Hilman
2018-12-03
applets: Correct event ResetTypes from OneShot to Sticky
Zach Hilman
2018-12-03
applets: Implement ProfileSelect applet
Zach Hilman
2018-12-03
software_keyboard: Signal state changed event upon construction
Zach Hilman
2018-11-29
hle_ipc: Refactor SleepClientThread to avoid ReadableEvent
Zach Hilman
2018-11-29
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-11-22
am: Return StubApplet instead of nullptr when AppletId not found
Zach Hilman
2018-11-21
applets: Add StubApplet
Zach Hilman
2018-11-20
am/applets: Make the applet data broker part of the applet itself.
Lioncash
2018-11-20
am/applets: Replace includes with forward declarations where applicable
Lioncash
2018-11-20
am/applets: Relocate comments above the relevant data member in AppletDataBroker
Lioncash
2018-11-19
software_keyboard: Fix erroneous extra PushNormalData
Zach Hilman
2018-11-19
software_keyboard: Return correct result code on user cancel operation
Zach Hilman
2018-11-19
applet: Add AppletDataBroker to manage HLE to AM service interaction
Zach Hilman
2018-11-19
software_keyboard: Use correct offset for inital text string
Zach Hilman
2018-11-18
software_keyboard: Check for UTF-8 config flag
Zach Hilman
2018-11-18
software_keyboard: Push all data over all channels on dialog completion
Zach Hilman
2018-11-18
applet: Use std::queue instead of std::vector for storage stack
Zach Hilman
2018-11-18
applet: Add operation completed callback
Zach Hilman
2018-11-18
software_keyboard: Push buffer size to offset 0x4 in output data
Zach Hilman
2018-11-18
software_keyboard: Make GetText asynchronous
Zach Hilman
2018-11-18
am: Allow applets to push multiple and different channels of data
Zach Hilman
2018-11-18
am: Implement text check software keyboard mode
Zach Hilman
2018-11-18
am: Deglobalize software keyboard applet
Zach Hilman
2018-11-18
am/applets: Add connector between frontend and AM applet classes
Zach Hilman
2018-11-18
am/applets: Add Applet superclass to describe a generic applet
Zach Hilman