remove AICA and X68000 ADPCM sample types
This commit is contained in:
parent
7383a44f00
commit
e63b83eeb3
4 changed files with 5 additions and 53 deletions
|
|
@ -162,7 +162,6 @@ void FurnaceGUI::drawDebug() {
|
|||
ImGui::Text("lengthQSoundA: %d",sample->lengthQSoundA);
|
||||
ImGui::Text("lengthA: %d",sample->lengthA);
|
||||
ImGui::Text("lengthB: %d",sample->lengthB);
|
||||
ImGui::Text("lengthX68: %d",sample->lengthX68);
|
||||
ImGui::Text("lengthBRR: %d",sample->lengthBRR);
|
||||
ImGui::Text("lengthVOX: %d",sample->lengthVOX);
|
||||
|
||||
|
|
@ -173,7 +172,6 @@ void FurnaceGUI::drawDebug() {
|
|||
ImGui::Text("offQSoundA: %x",sample->offQSoundA);
|
||||
ImGui::Text("offA: %x",sample->offA);
|
||||
ImGui::Text("offB: %x",sample->offB);
|
||||
ImGui::Text("offX68: %x",sample->offX68);
|
||||
ImGui::Text("offBRR: %x",sample->offBRR);
|
||||
ImGui::Text("offVOX: %x",sample->offVOX);
|
||||
ImGui::Text("offSegaPCM: %x",sample->offSegaPCM);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue