From afd619a7d86d61616679b7eaf35bde238b612237 Mon Sep 17 00:00:00 2001 From: JukePlz Date: Mon, 27 Jan 2025 00:35:17 -0300 Subject: [PATCH] GameDB: Pro-Pinball needs same traits as others in the series (#3359) otherwise hangs on loading and has inferior performance. Probably missed due to title hyphenation. --- data/resources/gamedb.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/resources/gamedb.yaml b/data/resources/gamedb.yaml index 01c81f9b3..03daf16ce 100644 --- a/data/resources/gamedb.yaml +++ b/data/resources/gamedb.yaml @@ -129678,6 +129678,9 @@ SLUS-00371: name: "Pro-Pinball (USA)" controllers: - DigitalController + traits: + - ForceSoftwareRenderer # Lots of readbacks. + - ForceDeinterlacing # Blend results in best-looking pinballs. metadata: publisher: "Empire Interactive / Interplay" developer: "Cunning Developments"