summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nifm (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-30nifm: Signal to applications that internet access is availableZach Hilman1-3/+10
2019-09-22Deglobalize System: NifmDavid Marcec2-13/+23
2019-05-18core/kernel/object: Rename ResetType enum membersLioncash1-2/+2
2019-04-11service: Update service function tablesLioncash1-0/+4
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman1-10/+6
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman1-5/+13
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-8/+21
2018-10-19nifm: Update service function tablesLioncash1-0/+1
2018-09-21Revert GetRequestStateDavid Marcec1-1/+1
2018-09-20Fixed submitDavid Marcec1-2/+1
2018-09-20Added IRequest::SubmitDavid Marcec1-1/+8
2018-09-19Reworked incorrect nifm stubs (#1355)David1-3/+10
2018-08-29kernel: Eliminate kernel global stateLioncash1-2/+4
2018-07-25service/nifm: Deduplicate interface codeLioncash8-135/+30
2018-07-19hle/service: Make constructors explicit where applicableLioncash1-1/+1
2018-07-12Added IsWirelessCommunicationEnabled, IsEthernetCommunicationEnabled, IsAnyInternetRequestAcceptedDavid Marcec1-3/+21
2018-07-03Rename logging macro back to LOG_*James Rowe1-12/+12
2018-06-06nifm: Stub out IRequest::SetConnectionConfirmationOption.bunnei1-1/+10
2018-04-24nifm: Move logging macros over to new fmt-compatible onesLioncash1-11/+11
2018-04-20service: Use nested namespace specifiers where applicableLioncash8-32/+16
2018-04-03nifm: GetResult does not return a data field.bunnei1-2/+1
2018-03-16IGeneralService: fix function listmailwl1-2/+3
2018-03-16Service/NIFM: stub cancel functionmailwl1-1/+6
2018-03-16Service/NIFM: convert to modulemailwl8-122/+75
2018-02-22Stub more functionsmailwl1-3/+29
2018-02-05logger: Add NIFM service logging category.bunnei4-11/+11
2018-02-03Service:nifm: add nifm:a, nifm:s and nifm:u servicesmailwl8-0/+368