mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-06-10 20:59:17 -04:00
options_menu: rename Invert Camera X/Y options (#249)
This commit is contained in:
@@ -43,8 +43,8 @@ PPC_FUNC(sub_824697B0)
|
||||
{
|
||||
auto pCamera = (SWA::CCamera*)g_memory.Translate(ctx.r3.u32);
|
||||
|
||||
pCamera->m_InvertX = Config::InvertCameraX;
|
||||
pCamera->m_InvertY = Config::InvertCameraY;
|
||||
pCamera->m_InvertX = Config::HorizontalCamera == ECameraRotationMode::Reverse;
|
||||
pCamera->m_InvertY = Config::VerticalCamera == ECameraRotationMode::Reverse;
|
||||
|
||||
__imp__sub_824697B0(ctx, base);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user