This commit is contained in:
zeromus 2009-04-14 18:45:23 +00:00
parent 7e31cf4dab
commit eeed006c67
1 changed files with 1 additions and 0 deletions

View File

@ -460,6 +460,7 @@ struct VramConfiguration {
std::string describePurpose(Purpose p) { std::string describePurpose(Purpose p) {
switch(p) { switch(p) {
case OFF: return "OFF";
case INVALID: return "INVALID"; case INVALID: return "INVALID";
case ABG: return "ABG"; case ABG: return "ABG";
case BBG: return "BBG"; case BBG: return "BBG";