mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-07 16:12:31 +00:00
add k053260 case
This commit is contained in:
parent
407f916311
commit
caf4ab5d7a
1 changed files with 3 additions and 0 deletions
|
@ -271,6 +271,9 @@ const char* FurnaceGUI::getSystemPartNumber(DivSystem sys, DivConfig& flags) {
|
|||
case DIV_SYSTEM_PV1000:
|
||||
return "PV-1000";
|
||||
break;
|
||||
case DIV_SYSTEM_K053260:
|
||||
return "K053260";
|
||||
break;
|
||||
default:
|
||||
return FurnaceGUI::getSystemName(sys);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue