mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Fix idm::init, fxm::init
This commit is contained in:
parent
fcb7072fee
commit
7b27a8e993
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,7 @@ void idm::init()
|
|||
{
|
||||
// Allocate
|
||||
g_map.resize(id_manager::typeinfo::get_count());
|
||||
idm::clear();
|
||||
}
|
||||
|
||||
void idm::clear()
|
||||
|
@ -75,6 +76,7 @@ void fxm::init()
|
|||
{
|
||||
// Allocate
|
||||
g_vec.resize(id_manager::typeinfo::get_count());
|
||||
fxm::clear();
|
||||
}
|
||||
|
||||
void fxm::clear()
|
||||
|
|
Loading…
Add table
Reference in a new issue