Change offset_by to signed integer

This commit is contained in:
twinaphex 2018-09-23 14:15:03 +02:00
parent 3169dea1cc
commit d2d5ea3508

View File

@ -102,7 +102,7 @@ struct rarch_setting
uint8_t index; uint8_t index;
uint32_t index_offset; uint32_t index_offset;
uint8_t offset_by; int8_t offset_by;
unsigned bind_type; unsigned bind_type;
uint32_t size; uint32_t size;