Silence warnings in lv2/Modules

This commit is contained in:
Zion Nimchuk 2017-11-01 23:28:40 -07:00 committed by Nekotekina
parent b9b06143d2
commit 8276d29d4f
3 changed files with 7 additions and 5 deletions

View file

@ -164,6 +164,8 @@ s32 cellCameraInit()
camera->attr[CELL_CAMERA_AGCHIGH] = { 64 };
break;
}
default:
cellCamera.todo("Trying to init cellCamera with un-researched camera type.");
}
// TODO: Some other default attributes? Need to check the actual behaviour on a real PS3.