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

Function driver_install

actions.c:467–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467BOOL driver_install(HWND hwnd)
468{
469 (void)hwnd;
470
471 driver_installed = TRUE;
472
473 return installVideoDriver(install_path, iniValue("[softgpu]", "drvfile"));
474}
475
476void setInstallSrc(const char *path)
477{

Callers

nothing calls this directly

Calls 2

installVideoDriverFunction · 0.85
iniValueFunction · 0.85

Tested by

no test coverage detected