Skip to content

Commit 51903ed

Browse files
committed
Merge branch 'vnext'
2 parents ce54c3d + 510069d commit 51903ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CompatBot/Utils/ResultFormatters/LogParserResultFormatter.GeneralNotesSection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ private static async ValueTask BuildNotesSectionAsync(DiscordEmbedBuilder builde
367367
}
368368
if (items["rsx_fragmentation_error"] is { Length: > 0 })
369369
{
370-
notes.Add("⚠️ Descriptor pool fragmentation error. May indicate insufficient VRAM size or driver issues.");
370+
notes.Add("⚠️ Descriptor pool fragmentation error may indicate insufficient VRAM size or driver issues.");
371371
}
372372

373373
if (!string.IsNullOrEmpty(items["enqueue_buffer_error"])

CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ select m
10361036
< 26120 => "11 Dev/Canary Build " + windowsVersion.Build, // dev/canary merge branch before 24H2
10371037
26120 => "11 24H2 Beta Build " + windowsVersion.Build,
10381038
26200 => "11 25H2",
1039-
26220 => "11 24H2 Dev Build " + windowsVersion.Build,
1039+
26220 => "11 25H2 Dev/Beta Build " + windowsVersion.Build,
10401040
<29000 => "11 Canary Build " + windowsVersion.Build,
10411041
_ => "11 ??? Build " + windowsVersion.Build,
10421042
},

0 commit comments

Comments
 (0)