Merge pull request #12771 from jdgleaver/core-options-sample-unused-var

Remove unused variable in core options v2 sample template file
This commit is contained in:
Autechre 2021-08-09 18:08:12 +02:00 committed by GitHub
commit c6e86caeed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -373,8 +373,6 @@ static INLINE void libretro_set_core_options(retro_environment_t environ_cb,
/* Build values string */
if (num_values > 0)
{
size_t j;
buf_len += num_values - 1;
buf_len += strlen(desc);