mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-07 18:09:44 +00:00
remove egl stuff from wayland to make way for a software renderer lmao
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
use_backend("x11");
|
||||
if(param_get("experimental-wayland")) {
|
||||
use_backend("wayland","x11");
|
||||
} else {
|
||||
use_backend("x11");
|
||||
}
|
||||
|
||||
1;
|
||||
|
||||
Reference in New Issue
Block a user