mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 19:25:35 +08:00
move gamepad to libs/
This commit is contained in:
parent
d1d5416d62
commit
3bc609c9a3
@ -170,7 +170,7 @@ static inline void reset_LastError()
|
|||||||
// Other libs includes
|
// Other libs includes
|
||||||
#include "json/json.hpp"
|
#include "json/json.hpp"
|
||||||
#include "utfcpp/utf8.h"
|
#include "utfcpp/utf8.h"
|
||||||
#include "controller/gamepad.h"
|
#include "gamepad/gamepad.h"
|
||||||
|
|
||||||
// common includes
|
// common includes
|
||||||
#include "common_helpers/common_helpers.hpp"
|
#include "common_helpers/common_helpers.hpp"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
|
|
||||||
#define GAMEPAD_EXPORT 1
|
#define GAMEPAD_EXPORT 1
|
||||||
#include "controller/gamepad.h"
|
#include "gamepad.h"
|
||||||
|
|
||||||
/* Platform-specific includes */
|
/* Platform-specific includes */
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
Loading…
Reference in New Issue
Block a user