144 Commits (a7fda849023664212f152adbb0ceed17b246acb0)

Author SHA1 Message Date
Zach Hilman a7fda84902 am: Implement ISelfController Exit 7 years ago
Zach Hilman 4c1c8801a5 am: Add RequestExit event to AppletMessageQueue 7 years ago
Zach Hilman 038bcec111 configure_debug: Move reporting option to logging 6 years ago
Zach Hilman 4b91057688 services: Pass FileSystemController as reference to services that need it 7 years ago
Zach Hilman 1b04b72653 am: Unstub IApplicationFunctions EnsureSaveData (20) 7 years ago
Lioncash d1abe8e92a service/am: Remove usages of global system accessors 7 years ago
mailwl a1d48b5f52 AM: Stub IApplicationFunctions::GetGpuErrorDetectedSystemEvent (#2827) 6 years ago
Lioncash f4ae449f73 service/am: Implement IsAutoSleepDisabled 7 years ago
Lioncash b81f6f67f5 service/am: Implement SetAutoSleepDisabled 7 years ago
Michael Scire 36259c01c2 clang-format fixes 7 years ago
Michael Scire 7fb7d3c218 am: Implement GetAccumulatedSuspendedTickValue 7 years ago
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