[PR #273] [MERGED] Try to detect some cases of using 60 fps patch for p5 #350

Closed
opened 2026-02-15 15:55:44 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/273
Author: @13xforever
Created: 3/27/2019
Status: Merged
Merged: 3/27/2019
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (2)

  • 318589c let's try to detect if 60 fps patch for p5 is enabled
  • a8af939 well, this might be a success

📊 Changes

3 files changed (+40 additions, -1 deletions)

View changed files

📝 CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs (+1 -1)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs (+17 -0)
📝 CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs (+22 -0)

📄 Description

  • detect most common patch combinations
  • detect some combinations of using the old 60 fps patch

🔄 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/RPCS3/discord-bot/pull/273 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 3/27/2019 **Status:** ✅ Merged **Merged:** 3/27/2019 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (2) - [`318589c`](https://github.com/RPCS3/discord-bot/commit/318589c052c28d646940b461db91e38093cfec51) let's try to detect if 60 fps patch for p5 is enabled - [`a8af939`](https://github.com/RPCS3/discord-bot/commit/a8af9396356b10fd1d597b51431d375b57563f34) well, this might be a success ### 📊 Changes **3 files changed** (+40 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/EventHandlers/LogParsing/LogParser.LogSections.cs` (+1 -1) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.WeirdSettingsSection.cs` (+17 -0) 📝 `CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs` (+22 -0) </details> ### 📄 Description * detect most common patch combinations * detect some combinations of using the old 60 fps patch --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:55:44 -05:00
yindo closed this issue 2026-02-15 15:55:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#350