From bd9d865f80d029e42b3d319b08700219ffebfe8a Mon Sep 17 00:00:00 2001 From: Anarky Date: Mon, 15 Dec 2025 20:05:02 +0100 Subject: [PATCH] GameSettings: Enable MMU for Vexx (PAL) Without it, the game crashes after completing the tutorial level. --- Data/Sys/GameSettings/GJXP51.ini | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Data/Sys/GameSettings/GJXP51.ini diff --git a/Data/Sys/GameSettings/GJXP51.ini b/Data/Sys/GameSettings/GJXP51.ini new file mode 100644 index 0000000000..06431911a6 --- /dev/null +++ b/Data/Sys/GameSettings/GJXP51.ini @@ -0,0 +1,5 @@ +# GJXP51 - Vexx (PAL) + +[Core] +# Prevent crash after completing the tutorial level +MMU = True