mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Set total memory size according to sdkver
This commit is contained in:
parent
c0eb4965f2
commit
2ea061b9c7
6 changed files with 38 additions and 14 deletions
|
|
@ -63,7 +63,7 @@ void kernel_explorer::Update()
|
|||
{
|
||||
m_tree->clear();
|
||||
|
||||
const auto dct = fxm::get_always<lv2_memory_container>();
|
||||
const auto dct = fxm::get<lv2_memory_container>();
|
||||
|
||||
if (!dct)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue