mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Take care of some linking issues with CXX_BUILD
This commit is contained in:
parent
9c6d252c37
commit
659893e014
@ -25,6 +25,8 @@
|
|||||||
#include "../../retroarch.h"
|
#include "../../retroarch.h"
|
||||||
#include "../../performance.h"
|
#include "../../performance.h"
|
||||||
|
|
||||||
|
#include "../../gfx/video_shader_driver.h"
|
||||||
|
|
||||||
#include "../../input/input_remapping.h"
|
#include "../../input/input_remapping.h"
|
||||||
|
|
||||||
#ifndef BIND_ACTION_START
|
#ifndef BIND_ACTION_START
|
||||||
|
@ -20,6 +20,8 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <boolean.h>
|
#include <boolean.h>
|
||||||
|
|
||||||
|
#include <gfx/math/matrix_4x4.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user