jak-project/game/sce/libscf.cpp

11 lines
148 B
C++
Raw Normal View History

2020-08-22 22:30:12 -04:00
#include "libscf.h"
namespace ee {
int sceScfGetAspect() {
return SCE_ASPECT_169;
}
int sceScfGetLanguage() {
return SCE_ENGLISH_LANGUAGE;
}
}