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.cpp
Age
Commit message (
Expand
)
Author
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-06-05
am: Stub out IApplicationFunctions::GetPseudoDeviceId.
bunnei
2018-06-03
am: Implement ILibraryAppletAccessor::PopOutData.
bunnei
2018-06-03
am: ISelfController:LaunchableEvent should be sticky.
bunnei
2018-06-03
am: Stub out ILibraryAppletAccessor Start and GetResult methods.
bunnei
2018-06-03
am: Implement ILibraryAppletAccessor::PushInData.
bunnei
2018-06-03
am: Implement IStorageAccessor::Write.
bunnei
2018-06-03
am: Cleanup IStorageAccessor::Read.
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-05-02
general: Make formatting of logged hex values more straightforward
Lioncash
2018-04-29
am: Fix GetDesiredLanguage implementation.
bunnei
2018-04-24
am: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-11
Various fixes and clang
Hexagon12
2018-04-10
Updated AM with more service names.
Hexagon12
2018-03-26
config: Rename is_docked to use_docked_mode to be consistent with other confi...
bunnei
2018-03-26
config: Add setting for whether the system is docked or not.
bunnei
2018-03-04
FS: Make EnsureSaveData create the savedata folder when called for the first ...
Subv
2018-02-22
Stub more functions
mailwl
2018-02-22
Stub am::SetScreenShotPermission, and bsd::StartMonitoring functions
mailwl
2018-02-18
AM: Corrected the response in EnsureSaveData.
Subv
2018-02-13
service: Remove remaining uses of BufferDescriptor*.
bunnei
2018-02-07
Service: stub some functions in am, audio, time, vi services
mailwl
2018-02-05
IApplicationFunctions: Stub out EnsureSaveData.
bunnei
2018-02-04
logger: Add AM service logging category.
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-12-28
ap, aoc_u: Minor cleanup.
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
2017-06-06
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
2016-12-07
Update AM service function tables
Lioncash
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-04-24
am: title_id is long long uint
Sam Spilsbury
2016-04-08
update the code of AM service! (#1623)
JamePeng
2016-02-02
services: Get rid of unnecessary includes
Lioncash
2015-07-29
core: Eliminate some unused variable warnings
Lioncash
2015-07-29
core: Fix missing prototype warnings
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