Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: enable SDL3 GPU display backend by default

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+2 -2
+1 -1
fedac/native/scripts/build-and-flash-initramfs.sh
··· 31 31 FLASH_DEV="" 32 32 SKIP_KERNEL=0 33 33 SKIP_BINARY=0 34 - USE_SDL=0 34 + USE_SDL=1 35 35 PIECE_PATH="${NATIVE_DIR}/pieces/prompt.mjs" 36 36 KERNEL_VERSION="${KERNEL_VERSION:-6.14.2}" 37 37 HANDLE="${AC_HANDLE:-jeffrey}"
+1 -1
fedac/native/scripts/build-and-flash.sh
··· 31 31 FLASH_DEV="" 32 32 SKIP_KERNEL=0 33 33 SKIP_BINARY=0 34 - USE_SDL=0 34 + USE_SDL=1 35 35 PIECE_PATH="${NATIVE_DIR}/pieces/prompt.mjs" 36 36 KERNEL_VERSION="${KERNEL_VERSION:-6.14.2}" 37 37 HANDLE="${AC_HANDLE:-jeffrey}"