implement GetVideoSystem

Origin commit data
------------------
Branch: master
Commit: 23afdef65c
Author: TangoCash <eric@loxat.de>
Date: 2017-06-09 (Fri, 09 Jun 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2017-06-09 13:25:49 +02:00
parent 09b0114775
commit 6c74b8f4c5
2 changed files with 37 additions and 0 deletions

View File

@@ -182,6 +182,9 @@ class cVideo
int Stop(bool blank = true);
bool Pause(void);
/* get video system infos */
int GetVideoSystem();
/* set video_system */
int SetVideoSystem(int video_system, bool remember = true);
int SetStreamType(VIDEO_FORMAT type);