109 Commits (a8c8b14c6cd09f39ce048ed5c4a9af1d123c68e1)

Author SHA1 Message Date
David Marcec a8c8b14c6c Proper no message handling for AM::PopMessage 7 years ago
Zach Hilman 9121887ae4 am: Implement GetSaveDataSize and ExtendSaveData 7 years ago
Lioncash 3204df8a21 service/am: Unstub GetAppletResourceUserId 7 years ago
Zach Hilman 7a809f935c applets: Correct usage of SignalStateChanged event 7 years ago
Zach Hilman adb047e6fa am: Use ProfileSelect applet 7 years ago
Zach Hilman c011ba51b7 hle_ipc: Refactor SleepClientThread to avoid ReadableEvent 7 years ago
Zach Hilman b0d0735e9b kernel/event: Reference ReadableEvent from WritableEvent 7 years ago
Zach Hilman fe0071f8fa core: Port all current usages of Event to Readable/WritableEvent 7 years ago
David Marcec 67518a57b9 Reworked svcs slightly, improved error messages in AM and fsp_srv 7 years ago
David Marcec 7caebd7e0e Improved error messages in AM, HwOpus and NvMap 7 years ago
David Marcec 5ae0d6cba2 Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 7 years ago
Zach Hilman 1bf2d163e3 am: Return StubApplet instead of nullptr when AppletId not found 7 years ago
Lioncash 4bf9e0d35d am: Correct build failure 7 years ago
Lioncash 323618c33b am/applets: Make the applet data broker part of the applet itself. 7 years ago
Zach Hilman 0660384309 applet: Add AppletDataBroker to manage HLE to AM service interaction 7 years ago
Zach Hilman 6874ed4531 applet: Use std::queue instead of std::vector for storage stack 7 years ago
Zach Hilman 948e1b2f42 applet: Add operation completed callback 7 years ago
Zach Hilman b9caffe103 software_keyboard: Push buffer size to offset 0x4 in output data 7 years ago
Zach Hilman f0d2246b6a software_keyboard: Make GetText asynchronous 7 years ago
Zach Hilman 04bc2fafbc am: Allow applets to push multiple and different channels of data 7 years ago
Zach Hilman 57a051a767 am: Implement ILibraryAppletAccessor IsCompleted and GetResult 7 years ago
Zach Hilman 27ebe123e9 am: Implement text check software keyboard mode 7 years ago
Zach Hilman efced53d38 am: Deglobalize software keyboard applet 7 years ago
Zach Hilman 3a5f620041 am: Construct and use proper applets with ILibraryAppletAccessor 7 years ago
Zach Hilman b1fd8313f8 am: Unstub ILibraryAppletAccessor::Start 7 years ago
Zach Hilman df4573e786 am: Implement PopInteractiveOutData and PushInteractiveInData 7 years ago
Zach Hilman c5e0ab1a79 am: Convert storage stack to vector 7 years ago
Zach Hilman 5fe3583762 am: Move AM::IStorage to header 7 years ago
Zach Hilman 1ebdafe073 am: Move IStorageAccessor to header and update backing buffer 7 years ago
Zach Hilman 7ee51622c4 am: Implement CreateTransferMemoryStorage 7 years ago
MysticExile da0f4cb242 Stubbed am:EnableApplicationCrashReport 7 years ago
David Marcec 2b69fabf51 Report resolution scaling support for vi and am 7 years ago
David Marcec 2848c8b088 Ability to switch between docked and undocked mode in-game 7 years ago
Frederic L c76f4b6aec global: Use std::optional instead of boost::optional (#1578) 7 years ago
Lioncash 94daae2847 profile_manager: Use std::optional instead of boost::optional 7 years ago
Zach Hilman da04134ce6 acc: Fix account UUID duplication error 7 years ago
Zach Hilman 8bdf2fe7b7 profile_manager: Load user icons, names, and UUIDs from system save 7 years ago
Zach Hilman 89d1743f1f am: Pass current user UUID to launch parameters 7 years ago
Lioncash aa09b18f97 am: Add the basic skeleton for the tcap service 7 years ago
Lioncash 85df255cd1 am: Update service function tables 7 years ago
David Marcec 69140470d7 Stubbed home blocking 7 years ago
David Marcec cfbfad9ffe Removed the use of rp.MakeBuilder 7 years ago
David Marcec 114ebea96f Implemented GetDefaultDisplayResolution 7 years ago
fearlessTobi 1190ea6ddb Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
Lioncash 8a9b062587 hle/service: Default constructors and destructors in the cpp file where applicable 7 years ago
Lioncash 4913549d6b kernel: Eliminate kernel global state 7 years ago
David f4b1df57e4 Added GetBootMode (#1107) 7 years ago
Lioncash 8e063b0b2c am: Utilize std::array within PopLaunchParameter() 7 years ago
greggameplayer c19eaa2787 Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059) 7 years ago
greggameplayer edccdedd16 correct coding style 7 years ago