mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-08 19:48:00 +03:00
Reload DLList on call to KDDownload
This commit is contained in:
parent
655fca3efe
commit
d11c8075e7
1 changed files with 1 additions and 0 deletions
|
@ -233,6 +233,7 @@ NWC24::ErrorCode NetKDRequestDevice::KDDownload(const u16 entry_index,
|
||||||
|
|
||||||
IPCReply NetKDRequestDevice::HandleNWC24DownloadNowEx(const IOCtlRequest& request)
|
IPCReply NetKDRequestDevice::HandleNWC24DownloadNowEx(const IOCtlRequest& request)
|
||||||
{
|
{
|
||||||
|
m_dl_list.ReadDlList();
|
||||||
auto& system = Core::System::GetInstance();
|
auto& system = Core::System::GetInstance();
|
||||||
auto& memory = system.GetMemory();
|
auto& memory = system.GetMemory();
|
||||||
const u32 flags = memory.Read_U32(request.buffer_in);
|
const u32 flags = memory.Read_U32(request.buffer_in);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue