[XAM] - xcontent_type fixes & more
- added unknown smc call - xcontent_type corrections - add transfer cable to device type - Select gamer type in gamercard
This commit is contained in:
committed by
Radosław Gliński
parent
6a8193d360
commit
eed4242059
@@ -177,6 +177,12 @@ static constexpr const char* CameraLocationOptions[] = {"Behind", "In Front",
|
||||
static constexpr const char* BrakeControlOptions[] = {"Trigger", "Button"};
|
||||
static constexpr const char* AcceleratorControlOptions[] = {"Trigger",
|
||||
"Button"};
|
||||
static constexpr const char* GamerTypeOptions[] = {"None",
|
||||
nullptr,
|
||||
nullptr,
|
||||
"Xbox 360 Launch Team",
|
||||
"NXE Launch Team",
|
||||
"360 + NXE Launch Team"};
|
||||
|
||||
constexpr std::array<UserSettingId, 19> UserSettingsToLoad = {
|
||||
UserSettingId::XPROFILE_GAMER_TYPE,
|
||||
@@ -529,6 +535,10 @@ void GamercardUI::DrawGpdSettings(ImGuiIO& io) {
|
||||
"Accelerator Control", AcceleratorControlOptions,
|
||||
static_cast<int>(std::size(AcceleratorControlOptions)),
|
||||
rightSideTextObjectAlignment);
|
||||
DrawSettingComboBox(UserSettingId::XPROFILE_GAMER_TYPE, "Gamer Type",
|
||||
GamerTypeOptions,
|
||||
static_cast<int>(std::size(GamerTypeOptions)),
|
||||
rightSideTextObjectAlignment);
|
||||
}
|
||||
|
||||
void GamercardUI::OnDraw(ImGuiIO& io) {
|
||||
|
||||
Reference in New Issue
Block a user