Update src/logs.ts

Co-authored-by: Kedas <m@yarn.network>
Signed-off-by: IThundxr <harshdhaliwal9767@gmail.com>
This commit is contained in:
IThundxr 2022-10-19 06:30:34 -04:00 committed by GitHub
parent f06a9a1e4f
commit 1dd26cc9b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,7 +80,7 @@ const intelHDAnalyzer: Analyzer = async (text) => {
if (text.includes('org.lwjgl.LWJGLException: Pixel format not accelerated')) {
return [
'Intel HD Windows 10',
"Your drivers don't support windows 10 officially\nSee https://prismlauncher.org//wiki/getting-started/installing-java/#a-note-about-intel-hd-20003000-on-windows-10 for more info",
"Your drivers don't support windows 10 officially\nSee https://prismlauncher.org/wiki/getting-started/installing-java/#a-note-about-intel-hd-20003000-on-windows-10 for more info",
];
}
return null;