1
0

add egl support

This commit is contained in:
2025-08-14 14:44:42 +08:00
parent 5c8f9993e4
commit f31dc23a1f
8 changed files with 266 additions and 204 deletions

View File

@@ -1,4 +1,4 @@
# xPlayer
# xplayer
### Build On MSYS2
@@ -25,7 +25,7 @@ To build for Switch, a standard development environment must first be set up. In
(dkp-)pacman -S switch-glfw switch-curl
cmake -B build -DCMAKE_TOOLCHAIN_FILE="$DEVKITPRO/cmake/Switch.cmake"
make -C build xPlayer_nro -j$(nproc)
make -C build xplayer_nro -j$(nproc)
# for debug
nxlink -a 192.168.3.97 -s build/xPlayer.nro --args https://pan.3m3m.top/api/public/dl/Cwg6sGXL
nxlink -a 192.168.3.97 -s build/xplayer.nro --args https://pan.3m3m.top/api/public/dl/Cwg6sGXL
```