Skip to content

Commit

Permalink
cps1 qsound: also increase sound volume
Browse files Browse the repository at this point in the history
  • Loading branch information
barbudreadmon committed Oct 29, 2024
1 parent ddc5fde commit cd47038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/burn/drv/capcom/cps_run.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ INT32 CpsRunInit()
if (QsndInit()) {
return 1;
}
QsndSetRoute(BURN_SND_QSND_OUTPUT_1, 1.00, BURN_SND_ROUTE_LEFT);
QsndSetRoute(BURN_SND_QSND_OUTPUT_2, 1.00, BURN_SND_ROUTE_RIGHT);
QsndSetRoute(BURN_SND_QSND_OUTPUT_1, 2.00, BURN_SND_ROUTE_LEFT);
QsndSetRoute(BURN_SND_QSND_OUTPUT_2, 2.00, BURN_SND_ROUTE_RIGHT);
}

if (Cps == 2 || PangEEP || Cps1Qs == 1 || CpsBootlegEEPROM) EEPROMReset();
Expand Down

0 comments on commit cd47038

Please sign in to comment.