Anyone have manual aa for pandora? my one seems to not working
Code:
if (GetAsyncKeyState (g_config.get_hotkey (XOR ("rageaa_manualback")))) {
m_manualback = 180.f;
}
if (GetAsyncKeyState (g_config.get_hotkey (XOR ("rageaa_manualleft")))) {
m_manualleft = 90.f;
}
if (GetAsyncKeyState (g_config.get_hotkey (XOR ("rageaa_manualright")))) {
m_manualright = -90.f;
}
Calling it here:
HVH :: ChooseReal
drectx.cpp - key readings:
g_hvh.m_manualback = g_config.get_hotkey (XOR ("rageaa_manualback"));
g_hvh.m_manualleft = g_config.get_hotkey (XOR ("rageaa_manualleft"));
g_hvh.m_manualright = g_config.get_hotkey (XOR ("rageaa_manualright"));
Code:
if (GetAsyncKeyState (g_config.get_hotkey (XOR ("rageaa_manualback")))) {
m_manualback = 180.f;
}
if (GetAsyncKeyState (g_config.get_hotkey (XOR ("rageaa_manualleft")))) {
m_manualleft = 90.f;
}
if (GetAsyncKeyState (g_config.get_hotkey (XOR ("rageaa_manualright")))) {
m_manualright = -90.f;
}
Calling it here:
HVH :: ChooseReal
drectx.cpp - key readings:
g_hvh.m_manualback = g_config.get_hotkey (XOR ("rageaa_manualback"));
g_hvh.m_manualleft = g_config.get_hotkey (XOR ("rageaa_manualleft"));
g_hvh.m_manualright = g_config.get_hotkey (XOR ("rageaa_manualright"));