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
/
am.h
Age
Commit message (
Expand
)
Author
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-18
am: Deglobalize software keyboard applet
Zach Hilman
2018-11-18
am: Move IStorageAccessor to header and update backing buffer
Zach Hilman
2018-11-18
am: Implement CreateTransferMemoryStorage
Zach Hilman
2018-11-17
Stubbed am:EnableApplicationCrashReport
MysticExile
2018-11-07
Fixups
David Marcec
2018-11-07
Ability to switch between docked and undocked mode in-game
David Marcec
2018-10-20
Stubbed home blocking
David Marcec
2018-09-19
Implemented GetDefaultDisplayResolution
David Marcec
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-08-23
Added GetBootMode (#1107)
David
2018-08-17
Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059)
greggameplayer
2018-08-16
Implement GetDefaultDisplayResolutionChangeEvent
greggameplayer
2018-08-08
am: Stub SetScreenShotImageOrientation.
bunnei
2018-07-19
hle/service: Make constructors explicit where applicable
Lioncash
2018-06-05
am: Stub out IApplicationFunctions::GetPseudoDeviceId.
bunnei
2018-06-03
am: Implement ILibraryAppletCreator::CreateStorage.
bunnei
2018-05-26
am: Stub IApplicationFunctions GetDisplayVersion.
bunnei
2018-05-25
Add & correct miscellaneous things (#470)
greggameplayer
2018-05-07
Stubs for QLaunch (#428)
Hexagon12
2018-02-22
Stub more functions
mailwl
2018-02-22
Stub am::SetScreenShotPermission, and bsd::StartMonitoring functions
mailwl
2018-02-07
Service: stub some functions in am, audio, time, vi services
mailwl
2018-02-05
IApplicationFunctions: Stub out EnsureSaveData.
bunnei
2018-02-02
Service/am: Add AppletAE service (#153)
mailwl
2018-01-22
AppletOE: Make ISelfController keep a reference to nvflinger.
Subv
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
2017-10-14
hle: Add service stubs for apm and appletOE.
bunnei
2017-10-10
hle: Remove a large amount of 3ds-specific service code.
bunnei
2016-12-07
Update AM service function tables
Lioncash
2016-04-08
update the code of AM service! (#1623)
JamePeng
2016-02-02
services: Get rid of unnecessary includes
Lioncash
2015-07-21
Services/AM: Stubbed am:app::GetNumContentInfos to return 0 results.
Subv
2015-06-11
Services: Continue separation of services into their own folders
purpasmart96