Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
flycast
Commits
ac6416ed
Commit
ac6416ed
authored
Jul 30, 2021
by
bslenul
Browse files
Update libretro.cpp
parent
8e4fa54e
Changes
1
Show whitespace changes
Inline
Side-by-side
core/libretro/libretro.cpp
View file @
ac6416ed
...
...
@@ -2254,7 +2254,7 @@ void retro_get_system_info(struct retro_system_info *info)
#define GIT_VERSION ""
#endif
info
->
library_version
=
"0.1"
GIT_VERSION
;
info
->
valid_extensions
=
"chd|cdi|
iso|
elf|cue|gdi|lst|bin|dat|zip|7z|m3u"
;
info
->
valid_extensions
=
"chd|cdi|elf|cue|gdi|lst|bin|dat|zip|7z|m3u"
;
info
->
need_fullpath
=
true
;
info
->
block_extract
=
true
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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