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
fuse-libretro
Commits
71557910
Unverified
Commit
71557910
authored
Apr 17, 2022
by
Libretro-Admin
Committed by
GitHub
Apr 17, 2022
Browse files
Merge pull request #128 from zach-morris/patch-1
Add zip extension
parents
8b734a97
b816b581
Pipeline
#104347
passed with stages
in 21 minutes and 57 seconds
Changes
1
Pipelines
9
Hide whitespace changes
Inline
Side-by-side
src/libretro.c
View file @
71557910
...
...
@@ -537,7 +537,7 @@ void retro_get_system_info(struct retro_system_info *info)
info
->
library_version
=
version
;
info
->
need_fullpath
=
false
;
info
->
block_extract
=
false
;
info
->
valid_extensions
=
"tzx|tap|z80|rzx|scl|trd|dsk"
;
info
->
valid_extensions
=
"tzx|tap|z80|rzx|scl|trd|dsk
|zip
"
;
}
void
retro_set_environment
(
retro_environment_t
cb
)
...
...
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