Skip to content
Permalink
Browse files
Merge pull request #11722 from noahpistilli/write-dl-entry
IOS/Network/KD: Reload DLList on call to DownloadNowEx
  • Loading branch information
leoetlino committed Apr 11, 2023
2 parents 948a548 + d11c807 commit e225ca8
Showing 1 changed file with 1 addition and 0 deletions.
@@ -233,6 +233,7 @@ NWC24::ErrorCode NetKDRequestDevice::KDDownload(const u16 entry_index,

IPCReply NetKDRequestDevice::HandleNWC24DownloadNowEx(const IOCtlRequest& request)
{
m_dl_list.ReadDlList();
auto& system = Core::System::GetInstance();
auto& memory = system.GetMemory();
const u32 flags = memory.Read_U32(request.buffer_in);

0 comments on commit e225ca8

Please sign in to comment.