Add a way to check if a game uses CEG

kisak-valve 2019-05-13 13:14:46 -04:00
parent 1420f2a8cb
commit 0acf6012a1

@ -23,7 +23,9 @@ Tracked at https://github.com/ValveSoftware/Proton/issues/2624
- ```err:module:import_dll Library MFC42.DLL```
### Valve CEG DRM
Currently games using Valve's CEG DRM don't work, this is tracked at https://github.com/ValveSoftware/Proton/issues/753
Currently Steam for Linux does not generate the custom executable for games using Valve's CEG DRM, this is tracked at https://github.com/ValveSoftware/Proton/issues/753
You can look for `cegpublickey` on `https://steamdb.info/app/<appid>/config/` to check if a game is using this.
---