From c28301bb7e6f25f1c55b77f74b39ad81bb3e73bb Mon Sep 17 00:00:00 2001 From: Buzzardsoul <126727903+Buzzardsoul@users.noreply.github.com> Date: Tue, 22 Aug 2023 20:31:19 +0300 Subject: [PATCH] GameDB: Add missing patch for Myst III --- bin/resources/GameIndex.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bin/resources/GameIndex.yaml b/bin/resources/GameIndex.yaml index b1afa44f35..2e03179739 100644 --- a/bin/resources/GameIndex.yaml +++ b/bin/resources/GameIndex.yaml @@ -43617,6 +43617,15 @@ SLPS-25230: SLPS-25231: name: "Myst III - Exile" region: "NTSC-J" + patches: + D7CCA373: + content: |- + // Waits for IPU command to finish. + // Replaces wait loop that had a very short wait period. + patch=0,EE,001F0490,word,3C021000 + patch=0,EE,001F0494,word,34422010 + patch=0,EE,001F0498,word,8c430000 + patch=0,EE,001F04A8,word,0460FFFA SLPS-25233: name: "Do DonPachi Daioujou" region: "NTSC-J"