mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-10 05:40:03 +00:00
* Improve Alpha-ROM detection for Siglus and RealLive games Improve Alpha-ROM detection for games that use the Siglus and RealLive VN game engines. * Address PR comments for Alpha-ROM * Add comment and address PR review
10 lines
277 B
C#
10 lines
277 B
C#
namespace BurnOutSharp.ProtectionType
|
|
{
|
|
public class AlphaAudio
|
|
{
|
|
// TODO: Implement - http://settec.net/eng/pro_cd.html
|
|
// References and further information:
|
|
// https://www.cdmediaworld.com/hardware/cdrom/cd_protections_alpha.shtml
|
|
}
|
|
}
|