canvi de pc
This commit is contained in:
@@ -282,6 +282,13 @@ void ServiceMenu::initializeOptions() {
|
||||
Options::checkPendingChanges();
|
||||
}));
|
||||
|
||||
options_.push_back(std::make_unique<ActionOption>(
|
||||
Lang::getText("[SERVICE_MENU] SWAP_CONTROLLERS"),
|
||||
SettingsGroup::CONTROLS,
|
||||
[this]() {
|
||||
Options::gamepad_manager.swapPlayers();
|
||||
}));
|
||||
|
||||
// VIDEO
|
||||
options_.push_back(std::make_unique<BoolOption>(
|
||||
Lang::getText("[SERVICE_MENU] FULLSCREEN"),
|
||||
|
||||
Reference in New Issue
Block a user