This commit is contained in:
twinaphex 2016-01-27 01:17:55 +01:00
parent 9ad50f91e8
commit 370f2c087f

View File

@ -30,8 +30,8 @@ enum
POLL_TYPE_EARLY = 0,
/* Polling is performed when requested. */
POLL_TYPE_NORMAL,
/* Polling is performed on first call to retro_input_state
* per frame. */
/* Polling is performed on first call to
* retro_input_state per frame. */
POLL_TYPE_LATE
};