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
2019-05-18
core/kernel/object: Rename ResetType enum members
Lioncash
2019-04-17
am: Delegate applet creation to AppletManager
Zach Hilman
2019-04-11
service: Update service function tables
Lioncash
2019-04-04
hle/service: Resolve unused variable warnings
Lioncash
2019-04-03
Merge pull request #2328 from lioncash/transfer
bunnei
2019-04-03
service/am: Correct behavior of CreateTransferMemoryStorage()
Lioncash
2019-03-26
service/am: Implement EnterFatalSection and LeaveFatalSection
Lioncash
2019-03-26
service/am: Sort ISelfController's member functions according to table order
Lioncash
2019-03-21
service/am: Add function table for IDebugFunctions
Lioncash
2019-03-18
service/am: Add basic implementation of ChangeMainAppletMasterVolume
Lioncash
2019-03-18
service/am: Unstub SetTransparentVolumeRate()
Lioncash
2019-03-18
service/am: Unstub SetExpectedMasterVolume()
Lioncash
2019-02-05
service/nvflinger,service/vi: Handle failure cases with exposed API
Lioncash
2019-01-10
Merge pull request #1939 from DarkLordZach/web-applet
bunnei
2019-01-04
Proper no message handling for AM::PopMessage
David Marcec
2018-12-28
applets: Implement LibAppletOff (Web) applet
Zach Hilman
2018-12-28
am: Add size parameter to am:IStorage logging
Zach Hilman
2018-12-27
am: Implement GetSaveDataSize and ExtendSaveData
Zach Hilman
2018-12-23
Merge pull request #1781 from DarkLordZach/applet-profile-select
bunnei
2018-12-21
Merge pull request #1914 from lioncash/id
bunnei
2018-12-17
service/am: Unstub GetAppletResourceUserId
Lioncash
2018-12-09
applets: Correct usage of SignalStateChanged event
Zach Hilman
2018-12-03
am: Use ProfileSelect applet
Zach Hilman
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-27
Reworked svcs slightly, improved error messages in AM and fsp_srv
David Marcec
2018-11-26
Improved error messages in AM, HwOpus and NvMap
David Marcec
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-11-23
Merge pull request #1708 from ogniK5377/res-scale
bunnei
2018-11-22
am: Return StubApplet instead of nullptr when AppletId not found
Zach Hilman
2018-11-21
Merge pull request #1742 from lioncash/hle-swkbd
bunnei
2018-11-20
am: Correct build failure
Lioncash
2018-11-20
am/applets: Make the applet data broker part of the applet itself.
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
applet: Add operation completed callback
Zach Hilman
2018-11-18
software_keyboard: Push buffer size to offset 0x4 in output data
Zach Hilman
2018-11-18
software_keyboard: Make GetText asynchronous
Zach Hilman
2018-11-18
am: Allow applets to push multiple and different channels of data
Zach Hilman
2018-11-18
am: Implement ILibraryAppletAccessor IsCompleted and GetResult
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: Construct and use proper applets with ILibraryAppletAccessor
Zach Hilman
2018-11-18
am: Unstub ILibraryAppletAccessor::Start
Zach Hilman
2018-11-18
am: Implement PopInteractiveOutData and PushInteractiveInData
Zach Hilman
2018-11-18
am: Convert storage stack to vector
Zach Hilman
2018-11-18
am: Move AM::IStorage to header
Zach Hilman
2018-11-18
am: Move IStorageAccessor to header and update backing buffer
Zach Hilman
2018-11-18
am: Implement CreateTransferMemoryStorage
Zach Hilman
[prev]
[next]