From 7eb0be284d9b2563a4421aba431990c96c9229b6 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Sun, 17 Jan 2021 23:12:26 -0800 Subject: [PATCH] pm: update for new sf semantics --- libstratosphere/source/gpio/gpio_remote_manager_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstratosphere/source/gpio/gpio_remote_manager_impl.cpp b/libstratosphere/source/gpio/gpio_remote_manager_impl.cpp index a51a54b8..2d49a6e8 100644 --- a/libstratosphere/source/gpio/gpio_remote_manager_impl.cpp +++ b/libstratosphere/source/gpio/gpio_remote_manager_impl.cpp @@ -21,7 +21,7 @@ namespace ams::gpio { namespace { struct GpioRemoteManagerTag; - using RemoteAllocator = ams::sf::ExpHeapStaticAllocator<16_KB, GpioRemoteManagerTag>; + using RemoteAllocator = ams::sf::ExpHeapStaticAllocator<3_KB, GpioRemoteManagerTag>; using RemoteObjectFactory = ams::sf::ObjectFactory; class StaticAllocatorInitializer {