Add new typemap for always existing objects

Not to be confused with singletons or global variables.
This commit is contained in:
Nekotekina 2019-08-20 04:49:22 +03:00
parent 7db2e2537f
commit 8517ccfdfa
6 changed files with 136 additions and 6 deletions

View file

@ -41,7 +41,7 @@ void spu_recompiler::init()
if (!m_spurt)
{
m_cache = fxm::get<spu_cache>();
m_spurt = fxm::get_always<spu_runtime>();
m_spurt = g_fxo->get<spu_runtime>();
}
}