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
81-libretro
Commits
86d7d5af
Commit
86d7d5af
authored
Dec 21, 2021
by
Libretro-Admin
Browse files
getcwd is already in Vita SDK now
parent
7e8153cd
Pipeline
#97299
passed with stages
in 8 minutes and 29 seconds
Changes
1
Pipelines
108
Hide whitespace changes
Inline
Side-by-side
src/compat.cpp
View file @
86d7d5af
...
...
@@ -778,7 +778,7 @@ int TStrings::Add( const AnsiString str )
return
list
.
size
();
}
#if
defined( VITA ) ||
defined(__PS3__) && !defined( __PSL1GHT__ )
#if defined(__PS3__) && !defined( __PSL1GHT__ )
extern
"C"
char
*
getcwd
(
char
*
buf
,
size_t
size
)
{
...
...
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