early-access version 4171
This commit is contained in:
parent
9e57191fe7
commit
3f175c996a
@ -1,7 +1,7 @@
|
|||||||
yuzu emulator early access
|
yuzu emulator early access
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This is the source code for early-access 4170.
|
This is the source code for early-access 4171.
|
||||||
|
|
||||||
## Legal Notice
|
## Legal Notice
|
||||||
|
|
||||||
|
@ -176,10 +176,9 @@ void EmulatedController::LoadDevices() {
|
|||||||
if (npad_id_type == NpadIdType::Player1 || npad_id_type == NpadIdType::Handheld) {
|
if (npad_id_type == NpadIdType::Player1 || npad_id_type == NpadIdType::Handheld) {
|
||||||
camera_params[1] = Common::ParamPackage{"engine:camera,camera:1"};
|
camera_params[1] = Common::ParamPackage{"engine:camera,camera:1"};
|
||||||
nfc_params[0] = Common::ParamPackage{"engine:virtual_amiibo,nfc:1"};
|
nfc_params[0] = Common::ParamPackage{"engine:virtual_amiibo,nfc:1"};
|
||||||
#ifdef HAVE_LIBUSB
|
#ifndef ANDROID
|
||||||
ring_params[1] = Common::ParamPackage{"engine:joycon,axis_x:100,axis_y:101"};
|
ring_params[1] = Common::ParamPackage{"engine:joycon,axis_x:100,axis_y:101"};
|
||||||
#endif
|
#else
|
||||||
#ifdef ANDROID
|
|
||||||
android_params = Common::ParamPackage{"engine:android,port:100"};
|
android_params = Common::ParamPackage{"engine:android,port:100"};
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
8
tools/reset-submodules.sh
Executable file
8
tools/reset-submodules.sh
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash -ex
|
||||||
|
|
||||||
|
# SPDX-FileCopyrightText: 2024 yuzu Emulator Project
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
git submodule sync
|
||||||
|
git submodule foreach --recursive git reset --hard
|
||||||
|
git submodule update --init --recursive
|
Loading…
Reference in New Issue
Block a user