ams: remove TYPED_STORAGE() macro in favor of template
This commit is contained in:
@@ -18,6 +18,6 @@
|
||||
|
||||
namespace ams::os::impl {
|
||||
|
||||
constinit TYPED_STORAGE(OsResourceManager) ResourceManagerHolder::s_resource_manager_storage = {};
|
||||
constinit util::TypedStorage<OsResourceManager> ResourceManagerHolder::s_resource_manager_storage = {};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user