comparison src/cs/system/main/create_RVtasks.c @ 295:e5cfd6362158

VIBR SWE hooked into RiViera
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 27 Mar 2022 19:44:08 +0000
parents 231bceb7d95c
children b1935a9ee04e
comparison
equal deleted inserted replaced
294:e17bdedfbf2b 295:e5cfd6362158
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_VIBR_SWE
443 /* initialize VIBR SWE */
444 rv_start_swe_and_check (VIBR_USE_ID, "VIBR");
445 #endif
446
442 #if (PSP_STANDALONE==0) 447 #if (PSP_STANDALONE==0)
443 #ifdef RVM_BAE_SWE 448 #ifdef RVM_BAE_SWE
444 /* initialize BAE SWE */ 449 /* initialize BAE SWE */
445 rv_start_swe_and_check (BAE_USE_ID, "BAE"); 450 rv_start_swe_and_check (BAE_USE_ID, "BAE");
446 #endif 451 #endif