aboutsummaryrefslogtreecommitdiffstats
path: root/vbe.c
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Pascal Rigaux2005-04-051-0/+1
|
* create parse_vbe_info() (for next commit)Pascal Rigaux2005-04-051-17/+19
|
* cleanupPascal Rigaux2005-04-051-1/+1
|
* ensure we don't get any warningPascal Rigaux2005-03-251-0/+2
|
* XBox supportStew Benedict2005-03-071-3/+26
|
* don't warn "you must be root to run this program" if we *are* rootPascal Rigaux2005-03-071-1/+1
|
* nicer error message when running not as rootPascal Rigaux2005-02-281-1/+2
|
* use same output syntax as monitor-parse-edid (using ":" instead of "=")Pascal Rigaux2005-02-251-6/+6
|
* correct cpuemu semanticsGwenolé Beauchesne2005-02-251-2/+2
|
* - get rid of compile time DEBUG using runtime variable "verbose" insteadPascal Rigaux2005-02-251-72/+30
| | | | | | | | => allow accessing memory size as ddcxinfos used to do - struct vbe_info really is unused, dropping it - simplify canon_str (it doesn't malloc anymore) - new function get_str() to factorize code
* *** empty log message ***Pascal Rigaux2005-02-231-0/+214