| 748 | } |
| 749 | |
| 750 | VideoType_e Video::GetVideoType(void) |
| 751 | { |
| 752 | return (VideoType_e) g_eVideoType; |
| 753 | } |
| 754 | |
| 755 | // TODO: Can only do this at start-up (mid-emulation requires a more heavy-weight video reinit) |
| 756 | void Video::SetVideoType(VideoType_e newVideoType) |
no outgoing calls
no test coverage detected