| 389 | |
| 390 | |
| 391 | ALResult Tr2VideoAdapterInfo::RefreshData() |
| 392 | { |
| 393 | return InitializeDirect3D(); |
| 394 | } |
| 395 | |
| 396 | bool Tr2VideoAdapterInfo::AreAdaptersDifferent( unsigned adapter1, |
| 397 | unsigned adapter2 ) |
nothing calls this directly
no test coverage detected