GUI: rename "system" to "chip"

"system" made sense when Furnace was a .dmf tracker and had
compound setups like Genesis (YM2612+SN)

however, it doesn't make too much sense now when compared to "chip"
This commit is contained in:
tildearrow 2022-08-11 05:38:31 -05:00
parent 0528f4e7bd
commit 01d1556fb4
4 changed files with 17 additions and 22 deletions

View file

@ -334,7 +334,7 @@ void putDispatchChan(void* data, int chanNum, int type) {
break;
}
default:
ImGui::Text("Unknown system! Help!");
ImGui::Text("Unimplemented chip! Help!");
break;
}
}