Fix yosemite machine description name.

This commit is contained in:
joevt 2023-09-18 16:29:14 -07:00 committed by Maxim Poliakovski
parent 8baf722343
commit 1fc551fae0
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ static vector<string> yosemite_devices = {
};
static const MachineDescription yosemite_descriptor = {
.name = "pmg3dt",
.name = "pmg3nw",
.description = "Power Macintosh G3 Blue and White",
.devices = yosemite_devices,
.settings = yosemite_settings,