mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 07:07:49 +00:00
general: properly support multiple memory instances
This commit is contained in:
parent
8243f4e3c7
commit
1fdcd70bad
17 changed files with 102 additions and 102 deletions
|
@ -552,7 +552,7 @@ private:
|
|||
|
||||
Result InitializeHandleTable(s32 size) {
|
||||
// Try to initialize the handle table.
|
||||
R_TRY(m_handle_table.Initialize(size));
|
||||
R_TRY(m_handle_table.Initialize(this, size));
|
||||
|
||||
// We succeeded, so note that we did.
|
||||
m_is_handle_table_initialized = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue