[PR #1886] [MERGED] More printflike macros #765

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

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/1886
Author: @MaddTheSane
Created: 3/29/2021
Status: Merged
Merged: 3/31/2021
Merged by: @stenzek

Base: masterHead: morePrintfLike


📝 Commits (3)

  • fb7a888 Add more printflike macros.
  • e4735bc Fix string formatting warnings.
  • b8e8579 Fix wrong printflike for FormattedError in Cheevos.

📊 Changes

9 files changed (+27 additions, -26 deletions)

View changed files

📝 src/common/cd_image_memory.cpp (+1 -1)
📝 src/common/progress_callback.h (+8 -8)
📝 src/common/string.h (+5 -5)
📝 src/common/string_util.h (+1 -1)
📝 src/common/vulkan/util.h (+1 -1)
📝 src/core/cpu_core.h (+1 -1)
📝 src/core/host_interface.cpp (+2 -2)
📝 src/core/host_interface.h (+7 -7)
📝 src/frontend-common/cheevos.cpp (+1 -0)

📄 Description

  • Adds more printflike macros in more places.
  • Correct a few improper uses of formatting strings.

🔄 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/1886 **Author:** [@MaddTheSane](https://github.com/MaddTheSane) **Created:** 3/29/2021 **Status:** ✅ Merged **Merged:** 3/31/2021 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `morePrintfLike` --- ### 📝 Commits (3) - [`fb7a888`](https://github.com/stenzek/duckstation/commit/fb7a8886f147f169431d023a47776407aa1fb2ea) Add more printflike macros. - [`e4735bc`](https://github.com/stenzek/duckstation/commit/e4735bcf7a3ef11fee974bfa13bce392d9392b21) Fix string formatting warnings. - [`b8e8579`](https://github.com/stenzek/duckstation/commit/b8e85798a63422dd20989760f21944f17b24bd26) Fix wrong printflike for FormattedError in Cheevos. ### 📊 Changes **9 files changed** (+27 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `src/common/cd_image_memory.cpp` (+1 -1) 📝 `src/common/progress_callback.h` (+8 -8) 📝 `src/common/string.h` (+5 -5) 📝 `src/common/string_util.h` (+1 -1) 📝 `src/common/vulkan/util.h` (+1 -1) 📝 `src/core/cpu_core.h` (+1 -1) 📝 `src/core/host_interface.cpp` (+2 -2) 📝 `src/core/host_interface.h` (+7 -7) 📝 `src/frontend-common/cheevos.cpp` (+1 -0) </details> ### 📄 Description * Adds more `printflike` macros in more places. * Correct a few improper uses of formatting strings. --- <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:09:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#765