mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-04 15:19:47 +00:00
rsx: add default case for to_front_face() (#1879)
This commit is contained in:
parent
ed8ebda804
commit
47987efb75
1 changed files with 1 additions and 0 deletions
|
@ -1118,6 +1118,7 @@ rsx::front_face rsx::to_front_face(u16 in)
|
||||||
{
|
{
|
||||||
switch (in)
|
switch (in)
|
||||||
{
|
{
|
||||||
|
default: // Disgaea 3 pass some garbage value at startup, this is needed to survive.
|
||||||
case CELL_GCM_CW: return rsx::front_face::cw;
|
case CELL_GCM_CW: return rsx::front_face::cw;
|
||||||
case CELL_GCM_CCW: return rsx::front_face::ccw;
|
case CELL_GCM_CCW: return rsx::front_face::ccw;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue