Files
BinaryObjectScanner/BurnOutSharp/ProtectionType/SAFEAUDIO.cs

9 lines
317 B
C#
Raw Normal View History

namespace BurnOutSharp.ProtectionType
{
public class SAFEAUDIO
{
// TODO: Implement - https://www.cdmediaworld.com/hardware/cdrom/cd_protections_safeaudio.shtml
// https://web.archive.org/web/20070406011304/http://www.cdfreaks.com/reviews/SafeAudio-explained-and-should-we-fear-it-
}
}