This commit is contained in:
parent
7e31cf4dab
commit
eeed006c67
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue