[video_core] fix nixOS flake build patch
All checks were successful
eden-license / license-header (pull_request) Successful in 25s

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2025-08-27 23:03:35 +00:00
parent 7f482d0730
commit 21cfcb1d9b
Signed by: Lizzie
GPG key ID: 00287378CADCAB13

View file

@ -17,6 +17,8 @@
#elif defined(ARCHITECTURE_arm64)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wimplicit-int-conversion"
#pragma GCC diagnostic ignored "-Wconversion"
#pragma GCC diagnostic ignored "-Wshadow"
#include <sse2neon.h>
#pragma GCC diagnostic pop
#endif