Skip to content

Commit

Permalink
Corrections to naming, mark experimental.
Browse files Browse the repository at this point in the history
  • Loading branch information
XerTheSquirrel committed Dec 23, 2023
1 parent b35169a commit ef5da42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libretro-common/include/libretro.h
Original file line number Diff line number Diff line change
Expand Up @@ -1864,7 +1864,7 @@ enum retro_mod
* multiplayer, where a deterministic core supporting multiple
* input devices does not need to take any action on its own.
*/
#define RETRO_ENVIRONMENT_GET_EXTRA_INPUT_ACTIONS 79
#define RETRO_ENVIRONMENT_GET_EXTRA_INPUT_ACTIONS (79 | RETRO_ENVIRONMENT_EXPERIMENTAL)
/* const struct retro_get_extra_input_actions * --
* Allows the core to query information on input actions
* that are additionally available but not bound to any
Expand Down Expand Up @@ -3397,10 +3397,10 @@ struct retro_get_extra_input_actions
bool known;

/** The number of extra IDs. */
unsigned numExtra;
unsigned num_extra;

/** The start ID of the extra IDs. */
unsigned numExtraStartId;
unsigned extra_start_id;
} response;
};

Expand Down

0 comments on commit ef5da42

Please sign in to comment.