index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
applets
Age
Commit message (
Expand
)
Author
2017-10-10
hle: Remove a large amount of 3ds-specific service code.
bunnei
2017-09-04
Remove _flag in var names
mailwl
2017-09-04
Mii Selector Applet: update Mii structures
mailwl
2017-08-21
HLE/Applets: Fixed some conversion warnings when creating the framebuffer sha...
Subv
2017-05-27
Remove some unnecessary inclusions of video_core.h
Yuri Kunde Schlesner
2017-01-31
HLE/Applets: Stub Mint (eShop) Applet (#2463)
mailwl
2016-12-11
Add all services to the Service namespace
Lioncash
2016-12-07
applet: Move common IsRunning underlying variable to the Applet class
Lioncash
2016-12-07
applet: Make virtual destructor defaulted
Lioncash
2016-12-07
applet: Make constructor protected
Lioncash
2016-11-19
APT/Applets: Renamed the members of the SignalType enum.
Subv
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
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-07-04
HLE/Applets: Implement ErrEula applet
mailwl
2016-05-21
APT: Remove use of Memory::GetPointer
MerryMage
2016-05-21
Applets/swkdb: Remove use of Memory::GetPointer
MerryMage
2016-05-12
HLE/Applets: Give each applet its own block of heap memory, and use that when...
Subv
2016-05-12
Kernel/SharedMemory: Properly implemented shared memory support.
Subv
2016-05-07
Merge pull request #1761 from Subv/applets_fb
bunnei
2016-05-07
HLE/Applets: Use the correct size for the framebuffer SharedMemory in the swk...
Subv
2016-05-05
Layout Mii parameters input/output, and return success as result of applet work
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