From aa2fa1f6110ba807bb90a964cc5b24f1d4649eb0 Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Mon, 29 Jan 2024 11:08:17 +0100 Subject: [PATCH] ui: rename Purupuru to Vibration Pack --- core/rend/gui.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/rend/gui.cpp b/core/rend/gui.cpp index 29b4fe9fc..c2be652dc 100644 --- a/core/rend/gui.cpp +++ b/core/rend/gui.cpp @@ -689,10 +689,10 @@ const char *maple_device_types[] = const char *maple_expansion_device_types[] = { - "None", - "Sega VMU", - "Purupuru", - "Microphone" + "None", + "Sega VMU", + "Vibration Pack", + "Microphone", }; static const char *maple_device_name(MapleDeviceType type)