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
/
swkbd.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-2
/
+2
*
APT/Applets: Renamed the members of the SignalType enum.
Subv
2016-11-19
1
-3
/
+3
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-4
/
+1
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-9
/
+11
*
APT: Remove use of Memory::GetPointer
MerryMage
2016-05-21
1
-8
/
+7
*
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
1
-2
/
+6
*
Kernel/SharedMemory: Properly implemented shared memory support.
Subv
2016-05-13
1
-2
/
+2
*
HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swkbd and MiiSelector applets.
Subv
2016-05-07
1
-8
/
+12
*
Core: Fix applet includes using iwyu.
Emmanuel Gil Peyrot
2015-07-12
1
-0
/
+8
*
Applets: Reworked how the Applet update event is handled.
Subv
2015-07-12
1
-7
/
+6
*
Applets: Add infrastructure to allow custom drawing and input handling in Applets.
Subv
2015-07-12
1
-6
/
+39
*
HLE/APT: Initial HLE support for applets.
Subv
2015-07-12
1
-0
/
+73