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
/
applets.h
Age
Commit message (
Expand
)
Author
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-21
applets: Rename Mii to MiiEdit
Morph
2022-02-28
applet: mii: Simple implementation of mii applet
german77
2021-10-01
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-05-05
hle: kernel: Remove deprecated Object class.
bunnei
2021-05-05
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-05
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-05
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2021-04-17
applets: Send focus state change message on applet state change
Morph
2021-04-17
applets: Make the applet mode a protected property of Applet
Morph
2021-04-15
applets: Pass in the LibraryAppletMode each applet's constructor
Morph
2021-02-05
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2020-12-18
applets: Remove the previous web browser applet implementation
Morph
2020-09-04
Project Mjölnir: Part 2 - Controller Applet
Morph
2020-02-07
hle: services: Use std::shared_ptr instead of copy by value.
bunnei
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-09-30
applets: Add accessor for AppletFrontendSet
Zach Hilman
2019-09-04
service/am: Remove usages of global system accessors
Lioncash
2019-06-24
applets: Pass current process title ID to applets
Zach Hilman
2019-06-24
applets: Track ECommerce and Parental Control applet frontends
Zach Hilman
2019-06-21
Merge pull request #2482 from DarkLordZach/prepo
bunnei
2019-05-29
core/core: Remove unnecessary includes
Lioncash
2019-05-25
applets: Save report on stubbed applet
Zach Hilman
2019-04-17
applets: Add AppletManager class to control lifetime
Zach Hilman
2018-12-31
core/kernel: Remove unnecessary inclusions
Lioncash
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-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
applet: Add AppletDataBroker to manage HLE to AM service interaction
Zach Hilman
2018-11-18
applet: Use std::queue instead of std::vector for storage stack
Zach Hilman
2018-11-18
software_keyboard: Push buffer size to offset 0x4 in output data
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 Applet superclass to describe a generic applet
Zach Hilman