mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-29 14:32:58 +02:00
pm: update for new sf semantics
This commit is contained in:
parent
9ce7e67114
commit
7eb0be284d
@ -21,7 +21,7 @@ namespace ams::gpio {
|
|||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
struct GpioRemoteManagerTag;
|
struct GpioRemoteManagerTag;
|
||||||
using RemoteAllocator = ams::sf::ExpHeapStaticAllocator<16_KB, GpioRemoteManagerTag>;
|
using RemoteAllocator = ams::sf::ExpHeapStaticAllocator<3_KB, GpioRemoteManagerTag>;
|
||||||
using RemoteObjectFactory = ams::sf::ObjectFactory<typename RemoteAllocator::Policy>;
|
using RemoteObjectFactory = ams::sf::ObjectFactory<typename RemoteAllocator::Policy>;
|
||||||
|
|
||||||
class StaticAllocatorInitializer {
|
class StaticAllocatorInitializer {
|
||||||
|
Loading…
Reference in New Issue
Block a user