(key: &str)
| 473 | dlc: name, |
| 474 | path: format!("dlc://{}/{rel}", mount.name), |
| 475 | } |
| 476 | } else { |
| 477 | ResolvedPath::DlcPerroAssets { |
| 478 | dlc: name, |
| 479 | virtual_path: format!("res/{rel}"), |
| 480 | } |
| 481 | } |
| 482 | } |
| 483 | }; |
| 484 | } |
| 485 | return ResolvedPath::Disk(PathBuf::from(path)); |
no test coverage detected