Silence cabinet type spam under DDR A

This commit is contained in:
Tau
2020-06-28 22:10:27 -07:00
committed by Will Xyen
parent c59c44efb6
commit 768a7a74f2
-2
View File
@@ -423,12 +423,10 @@ static void p3io_cmd_get_cab_type_or_dipsw(
if (hr == S_OK) {
switch (type) {
case P3IO_CAB_TYPE_SD:
log_misc("%s: Returning cab type SD", __func__);
resp->status = 1;
break;
case P3IO_CAB_TYPE_HD:
log_misc("%s: Returning cab type HD", __func__);
resp->status = 2;
break;