mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +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';
|
||||
snprintf(address, sizeof(address),
|
||||
"%s#%s",
|
||||
"%s:#%s",
|
||||
category_key, option_def->key);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user