| 92 | //=========================================================================== |
| 93 | |
| 94 | UINT Video::GetFrameBufferBorderlessWidth(void) |
| 95 | { |
| 96 | return HasVidHD() ? kVideoWidthIIgs : kVideoWidthII; |
| 97 | } |
| 98 | |
| 99 | UINT Video::GetFrameBufferBorderlessHeight(void) |
| 100 | { |
no outgoing calls
no test coverage detected