File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -4695,7 +4695,7 @@ void input_mapper_reset(void *data)
46954695 memset (handle -> analog_value [i ], 0 , sizeof (handle -> analog_value [i ]));
46964696 memset (handle -> buttons [i ].data , 0 , 8 * sizeof (handle -> buttons [i ].data [0 ]));
46974697 memset (handle -> buttons [i ].analogs , 0 , 8 * sizeof (handle -> buttons [i ].analogs [0 ]));
4698- memset (handle -> buttons [i ].analog_buttons , 0 , 8 * sizeof (handle -> buttons [i ].analog_buttons [ 0 ] ));
4698+ memset (handle -> buttons [i ].analog_buttons , 0 , sizeof (handle -> buttons [i ].analog_buttons ));
46994699 }
47004700 memset (handle -> key_button , 0 , sizeof (handle -> key_button [0 ]) * RETROK_LAST );
47014701 memset (handle -> keys , 0 , sizeof (handle -> keys [0 ]) * (RETROK_LAST / 32 + 1 ));
Original file line number Diff line number Diff line change @@ -12236,7 +12236,6 @@ static void ozone_set_header(ozone_handle_t *ozone)
1223612236 ozone -> header_icon = ozone -> textures [OZONE_TEXTURE_RETROARCH ];
1223712237 else if (header_icon == OZONE_HEADER_ICON_DYNAMIC )
1223812238 {
12239- int i ;
1224012239 unsigned type = FILE_TYPE_NONE ;
1224112240 enum msg_hash_enums enum_idx = MSG_UNKNOWN ;
1224212241 const char * path = NULL ;
You can’t perform that action at this time.
0 commit comments