Skip to content

Commit aee1d68

Browse files
author
Alexander Kovelenov
committed
minor comment fix
1 parent b194f6a commit aee1d68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

detect-gpu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ async function getGPUTier(undecided='BAD', printDebugInfo=false) {
151151

152152
// NOTE: looks like ARM Immortalis GPUs are reported as Mali
153153
if (/Mali/i.test(model)) {
154-
// e.g. Samsung Galaxy A15/A16/A06 5G
154+
// e.g. Samsung Galaxy A54, A15/A16, A06/A07 5G, Redmi 13C 5G
155155
if (/(Mali-G57|Mali-G68)/i.test(model))
156156
return { tier: 'GOOD', reason: 'Decent Mali GPU' };
157157

0 commit comments

Comments
 (0)