Rename remaining WinRT references to UWP

This commit is contained in:
George Marques 2016-11-02 19:22:49 -02:00
parent b113c7b7a3
commit 411faaa6f4
No known key found for this signature in database
GPG key ID: 046BD46A3201E43D
18 changed files with 169 additions and 169 deletions

View file

@ -740,7 +740,7 @@ static const char *s_ControllerMappings [] =
#endif
#ifdef UWP_ENABLED
"__WINRT_GAMEPAD__,Xbox Controller,a:b2,b:b3,x:b4,y:b5,start:b0,back:b1,leftstick:b12,rightstick:b13,leftshoulder:b10,rightshoulder:b11,dpup:b6,dpdown:b7,dpleft:b8,dpright:b9,leftx:a0,lefty:a1,rightx:a2,righty:a3,lefttrigger:a4,righttrigger:a5,",
"__UWP_GAMEPAD__,Xbox Controller,a:b2,b:b3,x:b4,y:b5,start:b0,back:b1,leftstick:b12,rightstick:b13,leftshoulder:b10,rightshoulder:b11,dpup:b6,dpdown:b7,dpleft:b8,dpright:b9,leftx:a0,lefty:a1,rightx:a2,righty:a3,lefttrigger:a4,righttrigger:a5,",
#endif
NULL
};