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
Lutro
Commits
9b02adfc
Commit
9b02adfc
authored
Feb 03, 2021
by
Jean-Andre Santoni
Browse files
Quick fix
parent
273300b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
libretro-common/features/features_cpu.c
View file @
9b02adfc
...
...
@@ -314,7 +314,7 @@ static unsigned char check_arm_cpu_feature(const char* feature)
{
char
line
[
1024
];
unsigned
char
status
=
0
;
RFILE
*
fp
=
filestream_open
(
"/proc/cpuinfo"
,
R
FILE_MODE_READ_TEXT
,
-
1
);
RFILE
*
fp
=
filestream_open
(
"/proc/cpuinfo"
,
R
ETRO_VFS_FILE_ACCESS_READ
,
-
1
);
if
(
!
fp
)
return
0
;
...
...
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