universal7885: SamsungParts: Match latest source changes

This commit is contained in:
Soo-Hwan Na 2021-11-19 20:00:15 +09:00 committed by roynatech2544
commit 1d39eb76e8
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
10 changed files with 29 additions and 122 deletions

View file

@ -13,7 +13,7 @@ extern "C"
JNIEXPORT void JNICALL
Java_com_eurekateam_samsungextras_interfaces_GPU_setGPU(JNIEnv *env, jclass clazz, jint enable) {
android::sp<IGpu> service = IGpu::getService();
if (enable == 1){
if (enable == 1){
service->setGpuWritable(Enable::ENABLE);
}else{
service->setGpuWritable(Enable::DISABLE);