diff --git a/app/search/page.tsx b/app/search/page.tsx index 034fafb..60d773e 100644 --- a/app/search/page.tsx +++ b/app/search/page.tsx @@ -40,6 +40,7 @@ interface UnifiedResult { platforms?: { windows: boolean; mac: boolean; linux: boolean } | null controllerSupport?: string | null isRawPerformer?: boolean + isPoorPerformance?: boolean bestFps?: number | null latestVersion?: string | null } @@ -256,6 +257,11 @@ function SearchResultCard({ ⚡ RAW PERFORMER )} + {result.isPoorPerformance && ( + + ⚠ POOR PERFORMANCE + + )} {(result.developer || result.publisher) && (