Merge branch 'snes' of https://github.com/akumanatt/furnace into akumanatt-snes

This commit is contained in:
tildearrow 2022-09-24 02:53:11 -05:00
commit c0de45ff0c
19 changed files with 2616 additions and 70 deletions

View file

@ -142,7 +142,7 @@ const char* sampleDepths[DIV_SAMPLE_DEPTH_MAX]={
"ADPCM-B",
NULL,
"8-bit PCM",
NULL, // "BRR",
"BRR",
"VOX",
NULL,
NULL,
@ -942,6 +942,7 @@ const int availableSystems[]={
DIV_SYSTEM_MSM6258,
DIV_SYSTEM_MSM6295,
DIV_SYSTEM_RF5C68,
DIV_SYSTEM_SNES,
DIV_SYSTEM_PCM_DAC,
0 // don't remove this last one!
};