mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Silence warnings in lv2/Modules
This commit is contained in:
parent
b9b06143d2
commit
8276d29d4f
3 changed files with 7 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue