| 2062 | } |
| 2063 | |
| 2064 | void CDX9VideoProcessor::SetRotation(int value) |
| 2065 | { |
| 2066 | m_iRotation = value; |
| 2067 | UpdateTexures(); |
| 2068 | } |
| 2069 | |
| 2070 | void CDX9VideoProcessor::SetStereo3dTransform(int value) |
| 2071 | { |
nothing calls this directly
no outgoing calls
no test coverage detected