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
jaxe
Commits
cba5074c
Commit
cba5074c
authored
Jan 05, 2022
by
phcoder
Browse files
LIBRETRO: Add sc8, xo8 and hc8 to the list of valid extensions
I wasn't aware of these extensions. Add them
parent
9ea1d28f
Changes
2
Hide whitespace changes
Inline
Side-by-side
jaxe_libretro.info
View file @
cba5074c
display_name = "CHIP-8/SuperChip8/XO-CHIP"
authors = "Kurtis Dinelle"
supported_extensions = "ch8"
supported_extensions = "ch8
|sc8|xo8|hc8
"
corename = "JAXE"
manufacturer = "RCA"
categories = "Emulator"
...
...
src/libretro.c
View file @
cba5074c
...
...
@@ -419,7 +419,7 @@ void retro_get_system_info(struct retro_system_info *info)
#define GIT_VERSION ""
#endif
info
->
library_version
=
"1.0"
GIT_VERSION
;
info
->
valid_extensions
=
"ch8"
;
info
->
valid_extensions
=
"ch8
|sc8|xo8|hc8
"
;
info
->
need_fullpath
=
false
;
}
...
...
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