mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Silence warning
This commit is contained in:
parent
9856110782
commit
8ef57064b2
1 changed files with 1 additions and 0 deletions
|
@ -252,6 +252,7 @@ void LOADERDECL UpdateBoundingBox()
|
|||
|
||||
default:
|
||||
ERROR_LOG(VIDEO, "Unknown projection type: %d", xfregs.projection.type);
|
||||
screenPoint[0] = screenPoint[1] = screenPoint[2] = 1;
|
||||
}
|
||||
|
||||
// Convert to screen space and add the point to the list - round like the real hardware
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue