add dmx offset to hw-caps

This commit is contained in:
martii
2012-12-08 11:58:50 +01:00
parent 079d28cc86
commit 82a0c1aa10
3 changed files with 10 additions and 0 deletions

View File

@@ -68,6 +68,9 @@ hw_caps_t *get_hwcaps(void)
case 0x0c0007:
tmp = "GoldenMedia Triplex";
caps.has_SCART = 1;
#ifdef MARTII
caps.dmx_offset = 1;
#endif
break;
default:
tmp = p;