MCPcopy Create free account
hub / github.com/JHRobotics/softgpu / softgpu_reset

Function softgpu_reset

softgpu.c:417–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415}
416
417void softgpu_reset(HWND hwnd)
418{
419 (void)hwnd;
420
421 if(installbtn != INVALID_HANDLE_VALUE)
422 {
423 DWORD sty = GetWindowLongA(installbtn, GWL_STYLE) & (~WS_DISABLED);
424 SetWindowLongA(installbtn, GWL_STYLE, sty);
425 }
426
427 SetWindowText(infobox, "Installation failed!");
428}
429
430void softgpu_info(HWND hwnd, const char *part)
431{

Callers 1

timer_procFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected