Skip to content

Commit

Permalink
disable debug trap
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeykt committed Apr 3, 2024
1 parent ab0e5c9 commit 84ae9ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pcm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1394,8 +1394,8 @@ void PCM_Update(uint64_t cycles)
calc_tv(1, ram2[4], &ram2[10], active, &volmul2);
calc_tv(2, ram2[5], &ram2[11], active, NULL);

if (volmul1 && volmul2)
volmul1 += 0;
// if (volmul1 && volmul2)
// volmul1 += 0;

int sample = (ram2[6] & 2) == 0 ? ram1[3] : v3;
//sample = test;
Expand Down

0 comments on commit 84ae9ac

Please # to comment.