mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-13 06:10:55 +00:00
Update xmb.c
This commit is contained in:
parent
06221da8a1
commit
d0f23fdddb
@ -866,7 +866,8 @@ static void xmb_update_thumbnail_path(void *data, unsigned i)
|
||||
tmp = string_replace_substring(entry.path, "\\", "_");
|
||||
tmp = string_replace_substring(entry.path, "/", "_");
|
||||
tmp = string_replace_substring(entry.path, "\?", "_");
|
||||
tmp = string_replace_substring(entry.path, ":", "_");
|
||||
tmp = string_replace_substring(entry.path, ":", "_");
|
||||
tmp = string_replace_substring(entry.path, ";", "_");
|
||||
tmp = string_replace_substring(entry.path, "<", "_");
|
||||
tmp = string_replace_substring(entry.path, ">", "_");
|
||||
tmp = string_replace_substring(entry.path, "*", "_");
|
||||
|
Loading…
x
Reference in New Issue
Block a user