|
RetroArch
|
#include <stdio.h>#include <math.h>#include <string.h>#include <time.h>#include <unistd.h>#include "definitions.h"#include "wiiuse_internal.h"#include "speaker.h"Macros | |
| #define | WENCMIN(a, b) ((a)>(b)?(b):(a)) |
| #define | ABS(x) ((s32)(x)>0?(s32)(x):-((s32)(x))) |
Functions | |
| static __inline__ short | wenc_clip_short (int a) |
| static __inline__ int | wenc_clip (int a, int amin, int amax) |
| ubyte | wencdata (WENCStatus *info, short sample) |
| void | wiiuse_set_speaker (struct wiimote_t *wm, int status) |
| void | set_speakervol (struct wiimote_t *wm, ubyte vol) |
Variables | |
| static const int | yamaha_indexscale [] |
| static const int | yamaha_difflookup [] |
| static ubyte | __wiiuse_speaker_vol = 0x40 |
| static ubyte | __wiiuse_speaker_defconf [7] = { 0x00,0x00,0xD0,0x07,0x40,0x0C,0x0E } |
|
static |
|
static |
| ubyte wencdata | ( | WENCStatus * | info, |
| short | sample | ||
| ) |
|
static |
|
static |
|
static |
|
static |
1.8.15