[PR #562] [MERGED] spu: Make use of logical AND within IsPitchModulationEnabled() #27

Open
opened 2026-01-29 19:06:06 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/562
Author: @lioncash
Created: 6/23/2020
Status: Merged
Merged: 6/23/2020
Merged by: @stenzek

Base: masterHead: amp


📝 Commits (1)

  • 20d17b9 spu: Make use of logical AND within IsPitchModulationEnabled()

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/core/spu.h (+1 -1)

📄 Description

It seems awfully suspect to use a bitwise AND here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/stenzek/duckstation/pull/562 **Author:** [@lioncash](https://github.com/lioncash) **Created:** 6/23/2020 **Status:** ✅ Merged **Merged:** 6/23/2020 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `amp` --- ### 📝 Commits (1) - [`20d17b9`](https://github.com/stenzek/duckstation/commit/20d17b953b1e2aa684ee9389f46451475c4e9e1b) spu: Make use of logical AND within IsPitchModulationEnabled() ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/core/spu.h` (+1 -1) </details> ### 📄 Description It seems awfully suspect to use a bitwise AND here. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 19:06:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#27