mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-04-29 06:49:28 -04:00
[Splatoon] Add "Disable Autorotate" Mod
This removes the function call that rotates the camera when the player moves left or right. This makes it much easier to control your aim with both motion and mouse (via Xapfish) since you don't have to fight against the camera when you move.
This commit is contained in:
parent
d0205dcb80
commit
c87ebcc84d
2 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
[begone_autorotate]
|
||||
moduleMatches = 0xF7A78809, 0x659c782e
|
||||
|
||||
0x02664f20 = nop
|
6
src/Splatoon/Mods/Disable Autorotate/rules.txt
Normal file
6
src/Splatoon/Mods/Disable Autorotate/rules.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Definition]
|
||||
titleIds = 0005000010176900,0005000010176A00,0005000010162B00
|
||||
name = Disable Autorotate
|
||||
path = "Splatoon/Mods/Disable Autorotate"
|
||||
description = Prevents the camera from automatically rotating when the player moves left or right.
|
||||
version = 7
|
Loading…
Add table
Reference in a new issue