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-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
2018-11-17
Stubbed am:EnableApplicationCrashReport
MysticExile
2018-11-16
Report resolution scaling support for vi and am
David Marcec
2018-11-07
Ability to switch between docked and undocked mode in-game
David Marcec
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-24
profile_manager: Use std::optional instead of boost::optional
Lioncash
2018-10-23
acc: Fix account UUID duplication error
Zach Hilman
2018-10-23
profile_manager: Load user icons, names, and UUIDs from system save
Zach Hilman
2018-10-23
am: Pass current user UUID to launch parameters
Zach Hilman
2018-10-21
am: Add the basic skeleton for the tcap service
Lioncash
2018-10-21
am: Update service function tables
Lioncash
2018-10-20
Stubbed home blocking
David Marcec
2018-09-19
Removed the use of rp.MakeBuilder
David Marcec
2018-09-19
Implemented GetDefaultDisplayResolution
David Marcec
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-23
Added GetBootMode (#1107)
David
2018-08-21
am: Utilize std::array within PopLaunchParameter()
Lioncash
2018-08-17
Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059)
greggameplayer
2018-08-16
correct coding style
greggameplayer
2018-08-16
Implement GetDefaultDisplayResolutionChangeEvent
greggameplayer
2018-08-08
am: Stub SetScreenShotImageOrientation.
bunnei
2018-08-03
Added ability to change username & language code in the settings ui. Added IP...
David
2018-07-31
service/am: Add missing am services
Lioncash
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-17
General Filesystem and Save Data Fixes (#670)
Zach Hilman
[next]