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
/
applets
/
applet.cpp
Age
Commit message (
Expand
)
Author
2017-10-10
hle: Remove a large amount of 3ds-specific service code.
bunnei
2017-01-31
HLE/Applets: Stub Mint (eShop) Applet (#2463)
mailwl
2016-12-07
applet: Move common IsRunning underlying variable to the Applet class
Lioncash
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-07-04
HLE/Applets: Implement ErrEula applet
mailwl
2016-03-12
HLE/Applets: Implemented a dummy Mii Selector applet.
Subv
2015-07-23
Service/APT: Fixed a regression, PreloadLibraryApplet should also start an ap...
Subv
2015-07-23
Service/APT: Return proper parameters in GetLockHandle.
Subv
2015-07-12
Core: Fix applet includes using iwyu.
Emmanuel Gil Peyrot
2015-07-11
Applets: Reworked how the Applet update event is handled.
Subv
2015-07-11
Applets: Add infrastructure to allow custom drawing and input handling in App...
Subv
2015-07-11
HLE/APT: Initial HLE support for applets.
Subv