mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-26 04:36:01 +00:00
Update xmb.c
This commit is contained in:
parent
096b316183
commit
167a71635d
@ -892,7 +892,7 @@ static void xmb_update_thumbnail_path(void *data, unsigned i)
|
||||
while ((scrub_char_pointer = strchr (tmp, '*')) != NULL) {
|
||||
*scrub_char_pointer = '_';
|
||||
}
|
||||
while ((scrub_char_pointer = strchr (tmp, '_')) != NULL) {
|
||||
while ((scrub_char_pointer = strchr (tmp, '|')) != NULL) {
|
||||
*scrub_char_pointer = '_';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user