From e581ecd9c4f4ee48668f11c8bf0ae245977752a6 Mon Sep 17 00:00:00 2001 From: Albert Liu <45282415+ggrtk@users.noreply.github.com> Date: Thu, 2 Jul 2020 17:36:37 -0700 Subject: [PATCH] README.md: Add LibCrypt and SBI info --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4fff36585..0efad7aa1 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,10 @@ Alternatively, the region checking can be disabled in the console options tab. T Mismatching the disc and console regions with the check disabled is supported, but may break games if they are patching the BIOS and expecting specific content. +### LibCrypt protection and SBI files + +A number of PAL region games use LibCrypt protection, requiring additional CD subchannel information to run properly. For these games, make sure that the CD image and its corresponding SBI (.sbi) file have the same name and are placed in the same directory. DuckStation will automatically load the SBI file when it is found next to the CD image. + ## Building ### Windows