Keith Bourdon
Keith Bourdon
Allows libretro frontends to read or poke game variables at runtime
``` #define RETRO_ENVIRONMENT_GET_INPUT_BITMASKS (51 | RETRO_ENVIRONMENT_EXPERIMENTAL) /* bool * -- * Boolean value that indicates whether or not the frontend supports * input bitmasks being returned by retro_input_state_t. The advantage...
### Describe the feature or issue. Steps to reproduce: - Load DS4Windows with a PlayStation controller connected - Load a game with multiple "button to touch" bindings, in my case...
### The problem Every time I install this program, authentication through the GitHub website is unable to complete because the URI scheme used to return to the Desktop program isn't...
Right now, `cpu.h` implies that `LOW_FOOTPRINT` can be set or unset to change the memory access behavior of the emulator, but it defines itself right before accessing, so it is...