mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Use g_fxo for global lv2_memory_container
This commit is contained in:
parent
20cb19618d
commit
a4951ec407
8 changed files with 19 additions and 17 deletions
|
|
@ -64,7 +64,7 @@ void kernel_explorer::Update()
|
|||
{
|
||||
m_tree->clear();
|
||||
|
||||
const auto dct = fxm::get<lv2_memory_container>();
|
||||
const auto dct = g_fxo->get<lv2_memory_container>();
|
||||
|
||||
if (!dct)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue