mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Change offset_by to signed integer
This commit is contained in:
parent
3169dea1cc
commit
d2d5ea3508
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user