mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 21:15:11 +00:00
change IDs of null/dummy audio backends
for eventual alternate audio backend support
This commit is contained in:
parent
b66cc81fc6
commit
a717c67f3d
1 changed files with 3 additions and 2 deletions
|
@ -60,8 +60,9 @@ enum DivStatusView {
|
|||
enum DivAudioEngines {
|
||||
DIV_AUDIO_JACK=0,
|
||||
DIV_AUDIO_SDL=1,
|
||||
DIV_AUDIO_NULL=2,
|
||||
DIV_AUDIO_DUMMY=3
|
||||
|
||||
DIV_AUDIO_NULL=126,
|
||||
DIV_AUDIO_DUMMY=127
|
||||
};
|
||||
|
||||
enum DivAudioExportModes {
|
||||
|
|
Loading…
Reference in a new issue