to anybody who bothers reading the contents of this commit:
who cares? you promised me C163 would become the name
but nobody has bothered to call it C163 for an entire week.

there's no point on pushing a dead idea forward!
This commit is contained in:
tildearrow 2022-08-09 14:53:31 -05:00
parent 2af4992e9b
commit da8f7dabd5
7 changed files with 11 additions and 29 deletions

View file

@ -1201,7 +1201,7 @@ void FurnaceGUI::drawSettings() {
ImGui::Separator();
ImGui::Text("N163/C163 chip name");
ImGui::Text("Namco 163 chip name");
ImGui::SameLine();
ImGui::InputTextWithHint("##C163Name",DIV_C163_DEFAULT_NAME,&settings.c163Name);
@ -2028,7 +2028,6 @@ void FurnaceGUI::syncSettings() {
settings.audioDevice=e->getConfString("audioDevice","");
settings.midiInDevice=e->getConfString("midiInDevice","");
settings.midiOutDevice=e->getConfString("midiOutDevice","");
// I'm sorry, but the C163 education program has failed...
settings.c163Name=e->getConfString("c163Name",DIV_C163_DEFAULT_NAME);
settings.audioQuality=e->getConfInt("audioQuality",0);
settings.audioBufSize=e->getConfInt("audioBufSize",1024);