mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 16:16:04 -04:00
Update egl_bridge.c
This commit is contained in:
parent
48cf6ca696
commit
cdfd769f91
@ -935,7 +935,7 @@ void* egl_make_current(void* window) {
|
||||
}
|
||||
|
||||
if (config_renderer == RENDERER_VIRGL) {
|
||||
void *virgl = dlopen("libvirgl_test_server.so", RTLD_GLOBAL);
|
||||
void *virgl = dlopen("libvirgl_test_server.so", RTLD_LAZY);
|
||||
printf("VirGL: libvirgl_test_server = %p\n", virgl);
|
||||
if (virgl) {
|
||||
vtest_main_p = dlsym(virgl, "vtest_main");
|
||||
|
Loading…
x
Reference in New Issue
Block a user