From f641076590384f0b92b725674b089866c677dc0e Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Tue, 15 May 2018 17:37:10 +0100 Subject: [PATCH] lower case services --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index d1a8bdab..e0424012 100644 --- a/Changelog.md +++ b/Changelog.md @@ -17,7 +17,7 @@ * Added disabled hidGetControllerType(). * Added hidSetNpadJoyAssignmentModeSingleByDefault() * Added hidSetNpadJoyAssignmentModeDual(). -* Added support for Services: fsp-ldr, fsp-pr, CSRNG, SPL, all Loader services. +* Added support for Services: fsp-ldr, fsp-pr, lr, csrng, spl, all Loader services. * Full hid vibration support for pre-4.0.0 hid commands. * Replace g_gfxPixelFormat/gfxSetPixelFormat with constant since changing this value has no effect. * Added system calls: svcCreatePort, svcConnectToPort, svcUnmapProcessMemory, svcGetSystemInfo, svcSetThreadPriority, svcGetCurrentProcessorNumber, svcSignalEvent, svcSendSyncRequestWithUserBuffer, svcSendAsyncRequestWithUserBuffer, svcGetThreadId, svcReplyAndReceiveWithUserBuffer, svcCreateEvent, svcReadWriteRegister, svcCreateInterruptEvent, svcMapDeviceAddressSpaceByForce, svcTerminateProcess, svcMap/UnmapPhysicalMemory(Unsafe), svcSetUnsafeLimit, svcGetProcessInfo