mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-12-02 18:46:52 +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;
|