[idd] ipc/helper: notify the helper if a software renderer is in use

This commit is contained in:
Geoffrey McRae
2026-06-03 22:25:07 +10:00
committed by Geoffrey McRae
parent b3701992c1
commit 37bb89f490
12 changed files with 63 additions and 161 deletions

View File

@@ -20,6 +20,7 @@
#include "CPipeClient.h"
#include "CDebug.h"
#include "CNotifyWindow.h"
#include <setupapi.h>
#include <tchar.h>
@@ -307,5 +308,6 @@ void CPipeClient::HandleSetDisplayMode(const LGPipeMsg& msg)
void CPipeClient::HandleGPUStatus(const LGPipeMsg& msg)
{
// TODO: implement me
if (msg.gpuStatus.software)
CNotifyWindow::instance().noGPUNotification();
}