change MAX_CH_AMP on WiiU
This commit is contained in:
parent
26d51a831c
commit
217e9787bd
@ -7,7 +7,11 @@
|
|||||||
|
|
||||||
#ifdef GB_INTERNAL
|
#ifdef GB_INTERNAL
|
||||||
/* Divides nicely and never overflows with 4 channels and 8 (1-8) volume levels */
|
/* Divides nicely and never overflows with 4 channels and 8 (1-8) volume levels */
|
||||||
|
#ifdef WIIU
|
||||||
|
#define MAX_CH_AMP 0x1FE0 / 4
|
||||||
|
#else
|
||||||
#define MAX_CH_AMP 0x1FE0
|
#define MAX_CH_AMP 0x1FE0
|
||||||
|
#endif
|
||||||
#define CH_STEP (MAX_CH_AMP/0xF/8)
|
#define CH_STEP (MAX_CH_AMP/0xF/8)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user