The relevant RA issue is long fixed by now

This commit is contained in:
Lior Halphon 2025-03-30 22:12:04 +03:00
parent 1d7ecb7f1b
commit 474caaccd5
1 changed files with 0 additions and 5 deletions

View File

@ -17,12 +17,7 @@
/* Divides nicely and never overflows with 4 channels and 8 (1-8) volume levels */
#ifdef WIIU
/* Todo: Remove this hack once https://github.com/libretro/RetroArch/issues/6252 is fixed*/
#define MAX_CH_AMP (0xFF0 / 2)
#else
#define MAX_CH_AMP 0xFF0
#endif
#define CH_STEP (MAX_CH_AMP/0xF/8)
#endif