Patch light glow to use extended gbi, add right trigger to default bindings for R, update RT64 to fix lens of truth

This commit is contained in:
Mr-Wiseguy
2023-12-25 16:05:24 -05:00
parent 675719cdcf
commit 86e701440c
3 changed files with 88 additions and 1 deletions
+1
View File
@@ -98,6 +98,7 @@ const recomp::DefaultN64Mappings recomp::default_n64_mappings = {
},
.r = {
{.device_type = (uint32_t)DeviceType::ControllerDigital, .input_id = SDL_CONTROLLER_BUTTON_RIGHTSHOULDER},
{.device_type = (uint32_t)DeviceType::ControllerAnalog, .input_id = SDL_CONTROLLER_AXIS_TRIGGERRIGHT + 1},
{.device_type = (uint32_t)DeviceType::Keyboard, .input_id = SDL_SCANCODE_R}
},
.z = {