mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Even even stricter copy protection output
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
- Compress JSON for artifacts alone
|
||||
- Even stricter output for copy protection section
|
||||
- Report dictionary to InfoTool
|
||||
- Even even stricter copy protection output
|
||||
|
||||
### 2.3 (2022-02-05)
|
||||
- Start overhauling Redump information pulling, again
|
||||
|
||||
@@ -766,8 +766,8 @@ namespace MPF.Library
|
||||
|
||||
// Copy Protection section
|
||||
if (!string.IsNullOrWhiteSpace(info.CopyProtection.Protection)
|
||||
|| info.CopyProtection.AntiModchip != YesNo.NULL
|
||||
|| info.CopyProtection.LibCrypt != YesNo.NULL
|
||||
|| (info.CopyProtection.AntiModchip != null && info.CopyProtection.AntiModchip != YesNo.NULL)
|
||||
|| (info.CopyProtection.LibCrypt != null && info.CopyProtection.LibCrypt != YesNo.NULL)
|
||||
|| !string.IsNullOrWhiteSpace(info.CopyProtection.LibCryptData)
|
||||
|| !string.IsNullOrWhiteSpace(info.CopyProtection.SecuROMData))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user