d_nmk16 : Fix button 1 & 2 not working for dolmenk doreset

This commit is contained in:
taoenwen 2024-07-01 13:17:52 +08:00
parent c5f118e6a4
commit 412381e3b0
1 changed files with 4 additions and 0 deletions

View File

@ -4132,6 +4132,10 @@ static INT32 SmissinDoReset()
HiscoreReset();
if ((0 == strcmp(BurnDrvGetTextA(DRV_NAME), "dolmenk")) && (0 == Dolmenk)) {
Dolmenk = 1;
}
return 0;
}