Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dreamcast
vcdc
Commits
86f0564f
Commit
86f0564f
authored
May 26, 2024
by
Donald Haase
Browse files
Make it easier to navigate in PC by filtering out . prefixed stuff
parent
8e42797d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/songmenu.c
View file @
86f0564f
...
...
@@ -78,7 +78,7 @@ static void load_song_list(/*void * p*/) {
char
*
ext
;
ext
=
(
char
*
)(
strchr
(
de
->
name
,
'.'
)
+
1
);
printf
(
"read entry '%s'
\n
"
,
de
->
name
);
if
(
strcmp
(
de
->
name
,
"."
)
&&
strcmp
(
de
->
name
,
".."
)
)
{
if
(
de
->
name
[
0
]
!=
'.'
)
{
mutex_lock
(
mut
);
/*if( (!stricmp(ext,"mpg"))||(!stricmp(ext,"mpeg"))||(!stricmp(ext,"pss"))
||(!stricmp(ext,"sfd"))||(!stricmp(ext,"m2v"))||(!stricmp(ext,"m1v"))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment