[add] first
This commit is contained in:
9
Libraries/libil2cpp/include/os/c-api/tests/PathHelper.h
Normal file
9
Libraries/libil2cpp/include/os/c-api/tests/PathHelper.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#if IL2CPP_TARGET_PS4
|
||||
#define FILE_PATH_PREFIX "/app0/"
|
||||
#else
|
||||
#define FILE_PATH_PREFIX
|
||||
#endif
|
||||
|
||||
#define CURRENT_DIRECTORY(filename) FILE_PATH_PREFIX filename
|
||||
Reference in New Issue
Block a user