From d2d5ea3508454c256abdd5376dc93e147a3ecd84 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 23 Sep 2018 14:15:03 +0200 Subject: [PATCH] Change offset_by to signed integer --- setting_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setting_list.h b/setting_list.h index 3616484943..2acf2bee77 100644 --- a/setting_list.h +++ b/setting_list.h @@ -102,7 +102,7 @@ struct rarch_setting uint8_t index; uint32_t index_offset; - uint8_t offset_by; + int8_t offset_by; unsigned bind_type; uint32_t size;