mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
(3DS) Build fix
This commit is contained in:
parent
b6c92d5a66
commit
f85c0737e4
@ -16,6 +16,7 @@
|
|||||||
#ifndef CTR_COMMON_H__
|
#ifndef CTR_COMMON_H__
|
||||||
#define CTR_COMMON_H__
|
#define CTR_COMMON_H__
|
||||||
|
|
||||||
|
#include <3ds.h>
|
||||||
#include <retro_inline.h>
|
#include <retro_inline.h>
|
||||||
|
|
||||||
#define COLOR_ABGR(r, g, b, a) (((unsigned)(a) << 24) | ((b) << 16) | ((g) << 8) | ((r) << 0))
|
#define COLOR_ABGR(r, g, b, a) (((unsigned)(a) << 24) | ((b) << 16) | ((g) << 8) | ((r) << 0))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user