Weroxig
Weroxig
Has anyone here tried blue archive? Mine gets stuck on the initial screen with the company logos nexon games and mx studio
> Execute the above commands in `sudo waydroid shell` Hm, I tried that too but to no avail. To make sure I've done it correctly, at what point do I...
> Once is enough. You should run it right after starting waydroid, so before running the game Ah, right that seems to work :+1: . It does indeed load up...
would this also indirectly allow multiple backends on the same machine by running multiple instances of the rpc-server on different ports? e.g. cuda and rocm for a single machine with...
I'm having this problem too, it's not vgpu software, IVSHMEM (https://www.qemu.org/docs/master/system/devices/ivshmem.html) is for shared memory and looking glass uses it to copy the VM's screen to host machine for viewing....
Something about this section causes ivshmem to stop working.: ```patch diff --git a/include/hw/pci/pci.h b/include/hw/pci/pci.h index abdc1ef103..dafcefb503 100644 --- a/include/hw/pci/pci.h +++ b/include/hw/pci/pci.h @@ -72,9 +72,9 @@ extern bool pci_available; #define PCI_DEVICE_ID_INTEL_82801IR...