[PR #2624] [MERGED] Make DoSafeMemoryAccess return true properly for RAM, BIOS, dcache writes #1122

Closed
opened 2026-01-29 19:11:12 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/2624
Author: @CookiePLMonster
Created: 9/23/2021
Status: Merged
Merged: 9/26/2021
Merged by: @stenzek

Base: masterHead: fix-safe-unaligned-writes


📝 Commits (1)

  • 270899d Make DoSafeMemoryAccess return true properly for RAM, BIOS, dcache writes

📊 Changes

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

View changed files

📝 src/core/bus.cpp (+13 -8)

📄 Description

Fixes broken cheats when writing to unaligned addresses, maybe also achievements.


🔄 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/2624 **Author:** [@CookiePLMonster](https://github.com/CookiePLMonster) **Created:** 9/23/2021 **Status:** ✅ Merged **Merged:** 9/26/2021 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `fix-safe-unaligned-writes` --- ### 📝 Commits (1) - [`270899d`](https://github.com/stenzek/duckstation/commit/270899dbdb264174458963a707b7a323662812f8) Make DoSafeMemoryAccess return true properly for RAM, BIOS, dcache writes ### 📊 Changes **1 file changed** (+13 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/core/bus.cpp` (+13 -8) </details> ### 📄 Description Fixes broken cheats when writing to unaligned addresses, maybe also achievements. --- <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:11:12 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#1122