1
0

add imgui demo

This commit is contained in:
2024-02-04 15:48:47 +08:00
parent f2cb06b8f9
commit faed1b6eeb
24 changed files with 48666 additions and 11 deletions

View File

@@ -18,7 +18,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 cDrive_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/cDrive.nro --args https://pan.3m3m.top/api/public/dl/Cwg6sGXL
```