DRG-Femboy-Voice/Source/FSD/Private/FSDPS4Utils.cpp
2025-04-15 12:39:31 -07:00

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() {
}