mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 19:55:50 +00:00
nJoy: Config fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1791 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
d6ad009d7a
commit
6517f80316
5 changed files with 9 additions and 8 deletions
|
@ -401,7 +401,7 @@ void PAD_GetStatus(u8 _numPAD, SPADStatus* _pPADStatus)
|
|||
int i_sub_stick_y = -joystate[_numPAD].axis[CTL_SUB_Y];
|
||||
|
||||
// Check if we should make adjustments
|
||||
if(g_Config.bSquareToCircle)
|
||||
if(g_Config.bSquareToCircle.at(_numPAD))
|
||||
{
|
||||
std::vector<int> main_xy = Pad_Square_to_Circle(i_main_stick_x, i_main_stick_y);
|
||||
i_main_stick_x = main_xy.at(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue