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
Citra2018
Commits
1dda1f27
Unverified
Commit
1dda1f27
authored
Mar 16, 2021
by
Libretro-Admin
Committed by
GitHub
Mar 16, 2021
Browse files
Update environment.cpp
parent
4b5fd328
Pipeline
#17256
failed with stage
in 1 minute and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/citra_libretro/environment.cpp
View file @
1dda1f27
...
...
@@ -128,7 +128,7 @@ int16_t CheckInput(unsigned port, unsigned device, unsigned index, unsigned id)
void
retro_get_system_info
(
struct
retro_system_info
*
info
)
{
memset
(
info
,
0
,
sizeof
(
*
info
));
info
->
library_name
=
"Citra"
;
info
->
library_name
=
"Citra
2018
"
;
info
->
library_version
=
Common
::
g_scm_desc
;
info
->
need_fullpath
=
true
;
info
->
valid_extensions
=
"3ds|3dsx|cia|elf"
;
...
...
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