mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-04-25 07:18:13 -05:00
Silence cabinet type spam under DDR A
This commit is contained in:
parent
2a4d3e2865
commit
f87a51bbe4
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user