FreeCalypso > hg > fc-tourmaline
comparison src/cs/system/main/create_RVtasks.c @ 298:b1935a9ee04e
BUZM SWE hooked into RiViera
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 29 Mar 2022 04:12:50 +0000 |
parents | e5cfd6362158 |
children |
comparison
equal
deleted
inserted
replaced
297:8dfdf88d632f | 298:b1935a9ee04e |
---|---|
437 /* initialize AUDIO BACKGROUND SWE */ | 437 /* initialize AUDIO BACKGROUND SWE */ |
438 rv_start_swe_and_check (AUDIO_BGD_USE_ID, "AUDIO_BGD"); | 438 rv_start_swe_and_check (AUDIO_BGD_USE_ID, "AUDIO_BGD"); |
439 #endif | 439 #endif |
440 #endif | 440 #endif |
441 | 441 |
442 #ifdef RVM_BUZM_SWE | |
443 /* initialize BUZM SWE */ | |
444 rv_start_swe_and_check (BUZM_USE_ID, "BUZM"); | |
445 #endif | |
446 | |
442 #ifdef RVM_VIBR_SWE | 447 #ifdef RVM_VIBR_SWE |
443 /* initialize VIBR SWE */ | 448 /* initialize VIBR SWE */ |
444 rv_start_swe_and_check (VIBR_USE_ID, "VIBR"); | 449 rv_start_swe_and_check (VIBR_USE_ID, "VIBR"); |
445 #endif | 450 #endif |
446 | 451 |