early-access version 1338
This commit is contained in:
parent
1603680d7f
commit
b40b15c4dc
@ -1,7 +1,7 @@
|
|||||||
yuzu emulator early access
|
yuzu emulator early access
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This is the source code for early-access 1336.
|
This is the source code for early-access 1338.
|
||||||
|
|
||||||
## Legal Notice
|
## Legal Notice
|
||||||
|
|
||||||
|
@ -892,7 +892,7 @@ void Controller_NPad::UpdateControllerAt(NPadControllerType controller, std::siz
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (controller == NPadControllerType::Handheld) {
|
if (controller == NPadControllerType::Handheld && npad_index == HANDHELD_INDEX) {
|
||||||
Settings::values.players.GetValue()[HANDHELD_INDEX].controller_type =
|
Settings::values.players.GetValue()[HANDHELD_INDEX].controller_type =
|
||||||
MapNPadToSettingsType(controller);
|
MapNPadToSettingsType(controller);
|
||||||
Settings::values.players.GetValue()[HANDHELD_INDEX].connected = true;
|
Settings::values.players.GetValue()[HANDHELD_INDEX].connected = true;
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
#include "ui_configure_service.h"
|
#include "ui_configure_service.h"
|
||||||
#include "yuzu/configuration/configure_service.h"
|
#include "yuzu/configuration/configure_service.h"
|
||||||
|
|
||||||
|
#ifdef YUZU_ENABLE_BOXCAT
|
||||||
namespace {
|
namespace {
|
||||||
QString FormatEventStatusString(const Service::BCAT::EventStatus& status) {
|
QString FormatEventStatusString(const Service::BCAT::EventStatus& status) {
|
||||||
QString out;
|
QString out;
|
||||||
@ -32,6 +33,7 @@ QString FormatEventStatusString(const Service::BCAT::EventStatus& status) {
|
|||||||
return out;
|
return out;
|
||||||
}
|
}
|
||||||
} // Anonymous namespace
|
} // Anonymous namespace
|
||||||
|
#endif
|
||||||
|
|
||||||
ConfigureService::ConfigureService(QWidget* parent)
|
ConfigureService::ConfigureService(QWidget* parent)
|
||||||
: QWidget(parent), ui(std::make_unique<Ui::ConfigureService>()) {
|
: QWidget(parent), ui(std::make_unique<Ui::ConfigureService>()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user