K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2021-02-15T16:44:52.031949Z K 7 svn:log V 344 games/libretro-bluemsx: fix build on powerpc64le Src/SoundChips/OpenMsxYM2413.cpp:331:10: error: constant expression evaluates to -3 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 7, 3, 0,-3,-7,-3, 0, 3, Since it should also fix build on other architectures with unsigned char, unbreak on aarch64 and riscv64 (untested). END