16 lines
232 B
C++
Executable file
16 lines
232 B
C++
Executable file
#include "FSDPS4Utils.h"
|
|
|
|
void UFSDPS4Utils::SetUGCAllowed(bool bAllowed) {
|
|
}
|
|
|
|
bool UFSDPS4Utils::IsUGCAllowed() {
|
|
return false;
|
|
}
|
|
|
|
bool UFSDPS4Utils::IsPS4SystemLoaded() {
|
|
return false;
|
|
}
|
|
|
|
UFSDPS4Utils::UFSDPS4Utils() {
|
|
}
|
|
|