| 795 | //=========================================================================== |
| 796 | |
| 797 | VideoRefreshRate_e Video::GetVideoRefreshRate(void) |
| 798 | { |
| 799 | return (g_bVideoScannerNTSC == false) ? VR_50HZ : VR_60HZ; |
| 800 | } |
| 801 | |
| 802 | void Video::SetVideoRefreshRate(VideoRefreshRate_e rate) |
| 803 | { |
no outgoing calls
no test coverage detected