mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 23:59:49 -04:00
pm: update for new sf semantics
This commit is contained in:
parent
dc4ee1a5bc
commit
83c04fa5d7
6 changed files with 77 additions and 19 deletions
|
@ -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<typename RemoteAllocator::Policy>;
|
||||
|
||||
class StaticAllocatorInitializer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue