mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-26 03:04:20 +00:00
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;
|