mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-22 02:45:07 -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
|
@ -1148,7 +1148,7 @@ namespace ams::dmnt::cheat::impl {
|
|||
|
||||
|
||||
/* Manager global. */
|
||||
TYPED_STORAGE(CheatProcessManager) g_cheat_process_manager;
|
||||
util::TypedStorage<CheatProcessManager> g_cheat_process_manager;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue