early-access version 2417
This commit is contained in:
parent
afb206da79
commit
57e8c67d99
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
yuzu emulator early access
|
yuzu emulator early access
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This is the source code for early-access 2415.
|
This is the source code for early-access 2417.
|
||||||
|
|
||||||
## Legal Notice
|
## Legal Notice
|
||||||
|
|
||||||
|
|
|
@ -198,9 +198,9 @@ public:
|
||||||
if (sdl_controller) {
|
if (sdl_controller) {
|
||||||
switch (SDL_GameControllerGetType(sdl_controller.get())) {
|
switch (SDL_GameControllerGetType(sdl_controller.get())) {
|
||||||
case SDL_CONTROLLER_TYPE_XBOX360:
|
case SDL_CONTROLLER_TYPE_XBOX360:
|
||||||
return "XBox 360 Controller";
|
return "Xbox 360 Controller";
|
||||||
case SDL_CONTROLLER_TYPE_XBOXONE:
|
case SDL_CONTROLLER_TYPE_XBOXONE:
|
||||||
return "XBox One Controller";
|
return "Xbox One Controller";
|
||||||
case SDL_CONTROLLER_TYPE_PS3:
|
case SDL_CONTROLLER_TYPE_PS3:
|
||||||
return "DualShock 3 Controller";
|
return "DualShock 3 Controller";
|
||||||
case SDL_CONTROLLER_TYPE_PS4:
|
case SDL_CONTROLLER_TYPE_PS4:
|
||||||
|
|
Loading…
Reference in a new issue