SegaPCM: new real emulation core
This commit is contained in:
parent
0d424c7962
commit
6036366f38
9 changed files with 144 additions and 169 deletions
|
|
@ -183,7 +183,6 @@ void FurnaceGUI::drawDebug() {
|
|||
ImGui::Text("centerRate: %d",sample->centerRate);
|
||||
ImGui::Text("loopStart: %d",sample->loopStart);
|
||||
ImGui::Text("loopEnd: %d", sample->loopEnd);
|
||||
ImGui::Text("loopOffP: %d",sample->loopOffP);
|
||||
ImGui::Text(sample->loop?"loop: Enabled":"loop: Disabled");
|
||||
if (sampleLoopModes[sample->loopMode]!=NULL) {
|
||||
ImGui::Text("loopMode: %d (%s)",(unsigned char)sample->loopMode,sampleLoopModes[sample->loopMode]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue