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