diff options
author | Wohlstand <admin@wohlnet.ru> | 2017-10-22 02:30:34 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2017-10-22 02:30:34 +0300 |
commit | 74b4ee66e3b5775f41526d76e7a16433b52f2627 (patch) | |
tree | 2ad5c219fdf6e6cc047dc8934e88ff856fa45450 /utils/gen_adldata/progs_cache.cpp | |
parent | 490bac7421b5345e5b9035f1430520c751935534 (diff) | |
download | libADLMIDI-74b4ee66e3b5775f41526d76e7a16433b52f2627.tar.gz libADLMIDI-74b4ee66e3b5775f41526d76e7a16433b52f2627.tar.bz2 libADLMIDI-74b4ee66e3b5775f41526d76e7a16433b52f2627.zip |
Fixed CMake build on macOS
Diffstat (limited to 'utils/gen_adldata/progs_cache.cpp')
-rw-r--r-- | utils/gen_adldata/progs_cache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gen_adldata/progs_cache.cpp b/utils/gen_adldata/progs_cache.cpp index 4aec9be..9a12b5c 100644 --- a/utils/gen_adldata/progs_cache.cpp +++ b/utils/gen_adldata/progs_cache.cpp @@ -102,5 +102,5 @@ size_t InsertNoSoundIns() // { 0x0F70700,0x0F70710, 0xFF,0xFF, 0x0,+0 }, insdata tmp1 = { {0x00, 0x10, 0x07, 0x07, 0xF7, 0xF7, 0x00, 0x00, 0xFF, 0xFF, 0x00}, 0, 0 }; struct ins tmp2 = { 0, 0, 0, false, 0.0 }; - return InsertIns(tmp1, tmp1, tmp2, "nosound"); + return InsertIns(tmp1, tmp1, tmp2, "nosound", ""); } |