mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-03 08:08:39 -04:00
ams: remove TYPED_STORAGE() macro in favor of template
This commit is contained in:
parent
8d9174b227
commit
aff0da9427
31 changed files with 55 additions and 57 deletions
|
@ -35,7 +35,7 @@ namespace ams::htclow::mux {
|
|||
os::Event *m_event;
|
||||
u8 m_map_buffer[MapRequiredMemorySize];
|
||||
MapType m_map;
|
||||
TYPED_STORAGE(ChannelImpl) m_channel_storage[MaxChannelCount];
|
||||
util::TypedStorage<ChannelImpl> m_channel_storage[MaxChannelCount];
|
||||
bool m_storage_valid[MaxChannelCount];
|
||||
public:
|
||||
ChannelImplMap(PacketFactory *pf, ctrl::HtcctrlStateMachine *sm, TaskManager *tm, os::Event *ev);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue