| 625 | } |
| 626 | |
| 627 | U32 zVarEntryCB_SndFXVol(void* arg) |
| 628 | { |
| 629 | F64 f0 = 0.5; |
| 630 | F64 f1 = 10.0; |
| 631 | F64 f2 = gSnd.categoryVolFader[0]; |
| 632 | |
| 633 | f2 *= f1; |
| 634 | f2 = f0 + f2; |
| 635 | |
| 636 | return f2; |
| 637 | } |
| 638 | |
| 639 | U32 zVarEntryCB_MCAvailable(void* arg) |
| 640 | { |
no outgoing calls
no test coverage detected