Skip to content

Remove script mitigation to fix game start

Aerun requested to merge fix/fix-script-mitigation-breaking-game-start into development

MR Description

Script mitigation make the game impossible to start with the launcher. Removing this part fixes this issue.

Tests to realize

  • Compile your game by using psdk --util=project_compilation,
  • Run your game in Release mode to see if it starts properly.

Merge request reports