Assorted string fixes, mostly for consistency.

This commit is contained in:
OBattler
2024-11-10 02:23:21 +01:00
parent a3ad407a21
commit 55b091fb58
13 changed files with 31 additions and 23 deletions

View File

@@ -389,7 +389,7 @@ static const device_config_t ps2_config[] = {
};
const device_t mouse_ps2_device = {
.name = "Standard PS/2 Mouse",
.name = "PS/2 Mouse",
.internal_name = "ps2",
.flags = DEVICE_PS2,
.local = MOUSE_TYPE_PS2,