remove egl stuff from wayland to make way for a software renderer lmao

This commit is contained in:
IoIxD
2025-12-14 17:04:35 -07:00
parent 270c87bca2
commit f68b9a9aae
6 changed files with 170 additions and 376 deletions

View File

@@ -1,3 +1,7 @@
use_backend("x11");
if(param_get("experimental-wayland")) {
use_backend("wayland","x11");
} else {
use_backend("x11");
}
1;