mirror of
https://github.com/libretro/RetroArch
synced 2025-01-14 09:43:27 +00:00
Fix core option categories regression (#14332)
This commit is contained in:
parent
90e0d0bb70
commit
597c33fa94
@ -1206,7 +1206,7 @@ core_option_manager_t *core_option_manager_new(
|
|||||||
{
|
{
|
||||||
address[0] = '\0';
|
address[0] = '\0';
|
||||||
snprintf(address, sizeof(address),
|
snprintf(address, sizeof(address),
|
||||||
"%s#%s",
|
"%s:#%s",
|
||||||
category_key, option_def->key);
|
category_key, option_def->key);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user