From 158e7f4bd73b7656eed7150e7ac15da10270dd23 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Thu, 30 Nov 2023 09:46:44 +0100 Subject: [PATCH] CONFIGURATOR: added reset of MAME and GZDoom --- tools/configurator.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/configurator.sh b/tools/configurator.sh index 6717859e..b39d1877 100644 --- a/tools/configurator.sh +++ b/tools/configurator.sh @@ -999,6 +999,8 @@ configurator_reset_dialog() { "Citra" "Reset the N3DS emulator Citra to default settings" \ "Dolphin" "Reset the Wii/GameCube emulator Dolphin to default settings" \ "Duckstation" "Reset the PSX emulator Duckstation to default settings" \ + "GZDoom" "Reset the GZDoom Doom engine to default settings" \ + "MAME" "Reset the Multiple Arcade Machine Emulator (MAME) to default settings" \ "MelonDS" "Reset the NDS emulator MelonDS to default settings" \ "PCSX2" "Reset the PS2 emulator PCSX2 to default settings" \ "PPSSPP" "Reset the PSP emulator PPSSPP to default settings" \