diff options
| author | Anarky <ghostanarky+aur@gmail.com> | 2025-12-15 20:05:02 +0100 |
|---|---|---|
| committer | Anarky <ghostanarky+aur@gmail.com> | 2025-12-15 20:05:02 +0100 |
| commit | bd9d865f80d029e42b3d319b08700219ffebfe8a (patch) | |
| tree | b290aec96dfeba5c9ab11d7006708cf407b5109a | |
| parent | 04f71e5e6d6b7fd3736b8b1f60f7970b34ec1e3f (diff) | |
GameSettings: Enable MMU for Vexx (PAL)
Without it, the game crashes after completing the tutorial level.
| -rw-r--r-- | Data/Sys/GameSettings/GJXP51.ini | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
