Merge pull request #12598 from markwkidd/input-cleanup

remove unused enum input_device_type from input_driver.h
This commit is contained in:
Autechre 2021-07-01 04:29:51 +02:00 committed by GitHub
commit 119788593c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,13 +43,6 @@
RETRO_BEGIN_DECLS
enum input_device_type
{
INPUT_DEVICE_TYPE_NONE = 0,
INPUT_DEVICE_TYPE_KEYBOARD,
INPUT_DEVICE_TYPE_JOYPAD
};
enum input_toggle_type
{
INPUT_TOGGLE_NONE = 0,