jak-project/game/sce/libscf.cpp
2020-08-26 01:21:33 -04:00

11 lines
165 B
C++

#include "libscf.h"
namespace ee {
int sceScfGetAspect() {
return SCE_ASPECT_169;
}
int sceScfGetLanguage() {
return SCE_ENGLISH_LANGUAGE;
}
} // namespace ee