mirror of
https://github.com/libretro/RetroArch
synced 2025-03-21 22:20:59 +00:00
Fixes PC build
This commit is contained in:
parent
3b43155b06
commit
70e64897be
@ -13,8 +13,11 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "../boolean.h"
|
||||
#include "utils.h"
|
||||
|
||||
#include "../general.h"
|
||||
|
||||
#if defined(__SSE2__)
|
||||
#include <emmintrin.h>
|
||||
#elif defined(__ALTIVEC__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user