(bool NVMe)
| 446 | |
| 447 | |
| 448 | private static void AddFastLoadModFile(bool NVMe) |
| 449 | { |
| 450 | if (NVMe) |
| 451 | File.Copy(Constants.IntroGFX_MaxPath, Constants.IntroGFX_CustomPath, true); |
| 452 | else |
| 453 | File.Copy(Constants.IntroGFX_MidPath, Constants.IntroGFX_CustomPath, true); |
| 454 | } |
| 455 | |
| 456 | public static void AddFastLoadMod() |
| 457 | { |