mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
remove a debug message
This commit is contained in:
parent
d7c00869fb
commit
97725bfac3
1 changed files with 0 additions and 1 deletions
|
@ -263,7 +263,6 @@ static void video_shader_replace_wildcards(char *s, size_t len, char *in_preset_
|
|||
break;
|
||||
case RARCH_WILDCARD_CORE:
|
||||
_len = strlcpy(replace_text, runloop_state_get_ptr()->system.info.library_name, sizeof(replace_text));
|
||||
RARCH_DBG(" replace_text: \"%s\" \n", replace_text);
|
||||
break;
|
||||
case RARCH_WILDCARD_GAME:
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue