libretro / mame2015-libretro

Late 2014/Early 2015 version of MAME (0.160-ish) for libretro. Compatible with MAME 0.160 sets.
17 stars 36 forks source link

Fix warnings about undefined shifting behaviour with clang #58

Closed alarixnia closed 7 years ago

alarixnia commented 7 years ago

Silence the following warning:

warning: shifting a negative signed value is undefined [-Wshift-negative-value]

These changes are all backported from mame2016 and have been tested with effected games (hydra, gtmr, gekiridn, crusnwld).