Files
BinaryObjectScanner/BurnOutSharp/ProtectionType/MusicGuard.cs
SilasLaspada d11782a87b Add notes about various TTR protections
* Add notes about DiscGuard's use of subchannels.

* Add reference to DiscAudit and MusicGuard.
2022-12-12 00:13:22 -07:00

9 lines
363 B
C#

namespace BurnOutSharp.ProtectionType
{
public class MusicGuard
{
// TODO: Implement - http://web.archive.org/web/20020606000647/http://www.musicguard.com
// https://web.archive.org/web/19991013001235/http://ttrtech.com/pressrel.htm (There's a press release specifically about MusicGuard, but unfortunately, it wasn't archived.
}
}