canvi de pc

This commit is contained in:
2025-08-05 22:28:56 +02:00
parent bc370c3b7d
commit 8ed2dbcd4f
4 changed files with 10 additions and 1 deletions

View File

@@ -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"),