132 Commits (7e5d7773cc6f6eb7e08dd092bdeef1431c19e6c6)

Author SHA1 Message Date
Zach Hilman 7e5d7773cc am: Implement SetCpuBoostMode in terms of APM 7 years ago
Zach Hilman 3c4238657d applets: Pass current process title ID to applets 7 years ago
David Marcec 50e3269f3b Signalled accumulated_suspended_tick_changed_event on creation based on RE 7 years ago
David Marcec 335127af69 Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEvent 7 years ago
Michael Scire 7dbf4c1ae5 Implement IApplicationFunctions::GetDesiredLanguage 7 years ago
Lioncash 88c263ee8e service/am: Add missing return in error case for IStorageAccessor's Read()/Write(). 7 years ago
Lioncash a47aaa7f1b core/kernel/object: Rename ResetType enum members 7 years ago
Zach Hilman 6cea62b756 am: Delegate applet creation to AppletManager 7 years ago
Lioncash ca96dc4676 service: Update service function tables 7 years ago
Lioncash 7f506be2ee hle/service: Resolve unused variable warnings 7 years ago
Lioncash ea8f633dc0 service/am: Correct behavior of CreateTransferMemoryStorage() 7 years ago
Lioncash 758d84db9a service/am: Implement EnterFatalSection and LeaveFatalSection 7 years ago
Lioncash 96d518a59f service/am: Sort ISelfController's member functions according to table order 7 years ago
Lioncash 76f27d1f44 service/am: Add function table for IDebugFunctions 7 years ago
Lioncash 26b809549b service/am: Add basic implementation of ChangeMainAppletMasterVolume 7 years ago
Lioncash c07ebeac19 service/am: Unstub SetTransparentVolumeRate() 7 years ago
Lioncash ecd3afdc8e service/am: Unstub SetExpectedMasterVolume() 7 years ago
Lioncash ef073ff117 service/nvflinger,service/vi: Handle failure cases with exposed API 7 years ago
David Marcec f2536cafe5 Proper no message handling for AM::PopMessage 7 years ago
Zach Hilman 69f622be36 applets: Implement LibAppletOff (Web) applet 7 years ago
Zach Hilman 94db6e5f3f am: Add size parameter to am:IStorage logging 7 years ago
Zach Hilman c643f364b4 am: Implement GetSaveDataSize and ExtendSaveData 7 years ago
Lioncash dd272298aa service/am: Unstub GetAppletResourceUserId 7 years ago
Zach Hilman 0d2ba2ca4c applets: Correct usage of SignalStateChanged event 7 years ago
Zach Hilman 60b59d554d am: Use ProfileSelect applet 7 years ago
Zach Hilman 170d707850 hle_ipc: Refactor SleepClientThread to avoid ReadableEvent 7 years ago
Zach Hilman a342bcc9b1 kernel/event: Reference ReadableEvent from WritableEvent 7 years ago
Zach Hilman ff610103b5 core: Port all current usages of Event to Readable/WritableEvent 7 years ago
David Marcec f271316822 Reworked svcs slightly, improved error messages in AM and fsp_srv 7 years ago
David Marcec 3d627df4d8 Improved error messages in AM, HwOpus and NvMap 7 years ago
David Marcec a2cc3b10bb Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 7 years ago
Zach Hilman f820e58be4 am: Return StubApplet instead of nullptr when AppletId not found 7 years ago
Lioncash f17e122025 am: Correct build failure 7 years ago
Lioncash 73b7748984 am/applets: Make the applet data broker part of the applet itself. 7 years ago
Zach Hilman 32775125b7 applet: Add AppletDataBroker to manage HLE to AM service interaction 7 years ago
Zach Hilman 4ee087fb3c applet: Use std::queue instead of std::vector for storage stack 7 years ago
Zach Hilman 19b2571aec applet: Add operation completed callback 7 years ago
Zach Hilman 6209fe0c27 software_keyboard: Push buffer size to offset 0x4 in output data 7 years ago
Zach Hilman 8b433beff3 software_keyboard: Make GetText asynchronous 7 years ago
Zach Hilman 7cfb29de23 am: Allow applets to push multiple and different channels of data 7 years ago
Zach Hilman 3cf7246e37 am: Implement ILibraryAppletAccessor IsCompleted and GetResult 7 years ago
Zach Hilman fed6ab14c3 am: Implement text check software keyboard mode 7 years ago
Zach Hilman e696ed1f4d am: Deglobalize software keyboard applet 7 years ago
Zach Hilman 48fcb43585 am: Construct and use proper applets with ILibraryAppletAccessor 7 years ago
Zach Hilman 731b4bd691 am: Unstub ILibraryAppletAccessor::Start 7 years ago
Zach Hilman ba03bfa430 am: Implement PopInteractiveOutData and PushInteractiveInData 7 years ago
Zach Hilman 5ce6b8fea7 am: Convert storage stack to vector 7 years ago
Zach Hilman 0682a908c0 am: Move AM::IStorage to header 7 years ago
Zach Hilman c7b6c9de9c am: Move IStorageAccessor to header and update backing buffer 7 years ago
Zach Hilman 76d515327b am: Implement CreateTransferMemoryStorage 7 years ago