Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ mupen64plus-OverscanBottom = "0"
mupen64plus-OverscanLeft = "0"
mupen64plus-OverscanRight = "0"
mupen64plus-OverscanTop = "0"
mupen64plus-pak1 = "memory"
mupen64plus-pak1 = "rumble"
mupen64plus-pak2 = "none"
mupen64plus-pak3 = "none"
mupen64plus-pak4 = "none"
Expand Down
2 changes: 1 addition & 1 deletion RetroArch/.retroarch/config/PCSX-ReARMed/PCSX-ReARMed.opt

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should remain as "standard". Dual shock mode disables the built-in analog-to-d-pad translation for games without dual shock support, and there are more of those such games than there are true dual shock ones. I'd prefer to leave this to users on a per-game basis. Happy to reconsider though if anyone else wants to weigh in.

Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pcsx_rearmed_nogteflags = "disabled"
pcsx_rearmed_nosmccheck = "disabled"
pcsx_rearmed_nostalls = "disabled"
pcsx_rearmed_noxadecoding = "enabled"
pcsx_rearmed_pad1type = "standard"
pcsx_rearmed_pad1type = "dualshock"
pcsx_rearmed_pad2type = "standard"
pcsx_rearmed_pad3type = "none"
pcsx_rearmed_pad4type = "none"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
input_libretro_device_p1 = "1"
input_libretro_device_p1 = "517"
input_libretro_device_p2 = "1"
input_libretro_device_p3 = "1"
input_libretro_device_p4 = "1"
Expand Down
2 changes: 1 addition & 1 deletion RetroArch/platform/retroarch-SmartProS.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ discord_allow = "false"
discord_app_id = "475456035851599874"
driver_switch_enable = "true"
dynamic_wallpapers_directory = "default"
enable_device_vibration = "false"
enable_device_vibration = "true"
facebook_stream_key = ""
fastforward_frameskip = "true"
fastforward_ratio = "0.000000"
Expand Down