mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Add new typemap for always existing objects
Not to be confused with singletons or global variables.
This commit is contained in:
parent
7db2e2537f
commit
8517ccfdfa
6 changed files with 136 additions and 6 deletions
|
@ -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>();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue