Move Freelock notes to DRML (#233)

* Move Freelock notes to DRML.
* Add new Freelock checks.
* Tweak some Freelock output.,
* Fix existing DRML links from other protections.
This commit is contained in:
TheRogueArchivist
2023-02-09 07:05:13 -07:00
committed by GitHub
parent 8fe5046c19
commit 370cc68fa4
4 changed files with 19 additions and 24 deletions

View File

@@ -9,7 +9,7 @@ namespace BurnOutSharp.ProtectionType
/// <summary>
/// Bitpool is a copy protection found most commonly in German releases.
/// It always has errors present on the disc (either between 1-4, or between 1,000-10,000+ depending on generation), and makes use of padded dummy files to prevent copying.
/// <see href="https://github.com/TheRogueArchivist/DRML/blob/main/entries/Bitpool.md"/>
/// <see href="https://github.com/TheRogueArchivist/DRML/blob/main/entries/Bitpool/Bitpool.md"/>
/// </summary>
public class Bitpool : IPathCheck
{