mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 21:17:56 -05:00
general: properly support multiple memory instances
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user