Merge pull request #9346 from jdgleaver/ctr-fix

(3DS) Build fix
This commit is contained in:
Twinaphex 2019-08-24 16:56:15 +02:00 committed by GitHub
commit 0899dda468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@
#ifndef CTR_COMMON_H__
#define CTR_COMMON_H__
#include <3ds.h>
#include <retro_inline.h>
#define COLOR_ABGR(r, g, b, a) (((unsigned)(a) << 24) | ((b) << 16) | ((g) << 8) | ((r) << 0))