jak-project/game/sce/libscf.cpp
2020-08-22 22:30:12 -04:00

11 lines
148 B
C++

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