Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RPCSX/rpcsx
/ fix_dir_path
Function
fix_dir_path
android/src/rpcsx-android.cpp:268–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
266
}
267
268
static std::string fix_dir_path(std::string string) {
269
if (!string.empty() && !string.ends_with(
'/'
)) {
270
string +=
'/'
;
271
}
272
273
return string;
274
}
275
276
enum class FileType {
277
Unknown,
Callers
1
_rpcsx_initialize
Function · 0.85
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected