mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 02:29:59 -06:00

21c152f
added a small hack to DVDInterface to keep WBFS and CISO files working with Nintendo's "Error #001" anti-piracy check. Unfortunately I don't think it's possible to support WBFS and CISO without any kind of hack or heuristic, but what we can do is replace the21c152f
hack (which applies regardless of file format) with a hack that only is active when using WBFS or CISO. This change is similar to2a5a399
, but the disc size is calculated in a different way.