RetroArch/libretro-common/features
pstef b25cb6ea63 Use int32_t for x86_cpuid flags and handle MSVC types
Change the flags parameter to int32_t for explicit sizing. Add a check
and cast for MSVC __cpuid compatibility when int is 32-bit.

This silences a -Wincompatible-pointer-types warning where int32_t is
long int.
2025-04-10 21:10:45 +00:00
..
features_cpu.c Use int32_t for x86_cpuid flags and handle MSVC types 2025-04-10 21:10:45 +00:00