mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-23 16:19:44 +00:00
c757931779
Should make it easier to get ndk-gdb going, which I've always had crazy issues with with library projects.
9 lines
184 B
C
9 lines
184 B
C
#pragma once
|
|
|
|
#include "input/keycodes.h"
|
|
|
|
// Compatability we alias the keycodes
|
|
// since native's keycodes are based on
|
|
// android keycodes.
|
|
typedef enum _keycode_t AndroidKeyCodes;
|