MCPcopy 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
268static std::string fix_dir_path(std::string string) {
269 if (!string.empty() && !string.ends_with('/')) {
270 string += '/';
271 }
272
273 return string;
274}
275
276enum class FileType {
277 Unknown,

Callers 1

_rpcsx_initializeFunction · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected