mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-05-08 18:11:36 +00:00
Change to auto cam when spike rolling (#323)
This commit is contained in:
parent
fa8e10ac4c
commit
220d09979f
1 changed files with 4 additions and 0 deletions
|
|
@ -1884,6 +1884,10 @@ bool get_analog_cam_active() {
|
||||||
return analog_cam_active;
|
return analog_cam_active;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void set_analog_cam_active(bool isActive) {
|
||||||
|
analog_cam_active = isActive;
|
||||||
|
}
|
||||||
|
|
||||||
// Calling this will avoid analog cam taking over for the following game loop.
|
// Calling this will avoid analog cam taking over for the following game loop.
|
||||||
// E.g. using left stick inputs while in a deku flower taking priority over right stick.
|
// E.g. using left stick inputs while in a deku flower taking priority over right stick.
|
||||||
void skip_analog_cam_once() {
|
void skip_analog_cam_once() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue