mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-10 21:30:24 +00:00
* Overhaul existing and add new audio CD protections Overhaul many audio CD protections, on top of adding a few more. Unfortunately, disable key2Audio detection as well, as the existing checks were simply detecting OpenMG components and not key2Audio itself. * Fix issues from PR review
9 lines
317 B
C#
9 lines
317 B
C#
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-
|
|
}
|
|
}
|