jak-project/game/sce/libscf.cpp
water111 656489e942
[decomp] Clean up - part 2 (#687)
* temp

* temp2

* basic case support

* working for or without else

* support more cases

* clean up to drawable headers

* ocean

* format json
2021-07-11 16:35:25 -04:00

11 lines
164 B
C++

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