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
/
applets
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
HLE/Applets: Stub Mint (eShop) Applet (#2463)
mailwl
2017-01-31
3
-0
/
+106
*
Add all services to the Service namespace
Lioncash
2016-12-11
1
-2
/
+2
*
applet: Move common IsRunning underlying variable to the Applet class
Lioncash
2016-12-07
8
-28
/
+19
*
applet: Make virtual destructor defaulted
Lioncash
2016-12-07
1
-1
/
+1
*
applet: Make constructor protected
Lioncash
2016-12-07
1
-1
/
+2
*
APT/Applets: Renamed the members of the SignalType enum.
Subv
2016-11-19
3
-9
/
+9
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
4
-4
/
+4
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
7
-16
/
+4
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
6
-14
/
+7
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
8
-64
/
+88
*
HLE/Applets: Implement ErrEula applet
mailwl
2016-07-04
3
-0
/
+108
*
APT: Remove use of Memory::GetPointer
MerryMage
2016-05-21
3
-19
/
+21
*
Applets/swkdb: Remove use of Memory::GetPointer
MerryMage
2016-05-21
1
-1
/
+1
*
HLE/Applets: Give each applet its own block of heap memory, and use that when creating the framebuffer shared memory block.
Subv
2016-05-13
3
-4
/
+14
*
Kernel/SharedMemory: Properly implemented shared memory support.
Subv
2016-05-13
2
-4
/
+4
*
Merge pull request #1761 from Subv/applets_fb
bunnei
2016-05-07
4
-23
/
+29
|
\
|
*
HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swkbd and MiiSelector applets.
Subv
2016-05-07
4
-23
/
+29
*
|
Layout Mii parameters input/output, and return success as result of applet work
mailwl
2016-05-05
2
-0
/
+49
|
/
*
HLE/Applets: Implemented a dummy Mii Selector applet.
Subv
2016-03-12
3
-0
/
+118
*
Service/APT: Fixed a regression, PreloadLibraryApplet should also start an applet when called.
Subv
2015-07-24
1
-1
/
+1
*
Service/APT: Return proper parameters in GetLockHandle.
Subv
2015-07-24
2
-0
/
+12
*
Core: Fix applet includes using iwyu.
Emmanuel Gil Peyrot
2015-07-12
4
-4
/
+22
*
Applets: Reworked how the Applet update event is handled.
Subv
2015-07-12
4
-31
/
+57
*
Applets: Add infrastructure to allow custom drawing and input handling in Applets.
Subv
2015-07-12
4
-19
/
+123
*
HLE/APT: Initial HLE support for applets.
Subv
2015-07-12
4
-0
/
+233