set -gcodeview on Clang as well

since it works better there
This commit is contained in:
tildearrow 2024-02-03 18:11:04 -05:00
parent 1ea36ba13f
commit d7d6067d58
3 changed files with 17 additions and 11 deletions

View file

@ -1211,6 +1211,7 @@ const int availableSystems[]={
DIV_SYSTEM_ESFM,
DIV_SYSTEM_PONG,
DIV_SYSTEM_POWERNOISE,
DIV_SYSTEM_DAVE,
0 // don't remove this last one!
};
@ -1246,7 +1247,6 @@ const int chipsFM[]={
DIV_SYSTEM_OPL3_DRUMS,
DIV_SYSTEM_OPZ,
DIV_SYSTEM_ESFM,
DIV_SYSTEM_DAVE,
0 // don't remove this last one!
};