Skip to content

Commit

Permalink
- Change IGR combo to A, Z and START/PAUSE Buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
Extrems committed Oct 9, 2021
1 parent b69c6ff commit 553a9da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cube/patches/base/dolphin/pad.h
Expand Up @@ -18,7 +18,7 @@
#define PAD_BUTTON_START 0x1000
#define PAD_GET_ORIGIN 0x2000

#define PAD_COMBO_EXIT (PAD_BUTTON_B | PAD_BUTTON_R | PAD_BUTTON_Z | PAD_BUTTON_DOWN)
#define PAD_COMBO_EXIT (PAD_BUTTON_A | PAD_BUTTON_Z | PAD_BUTTON_START)

typedef struct PADStatus {
u16 button;
Expand Down
2 changes: 1 addition & 1 deletion cube/swiss/source/gui/settings.c
Expand Up @@ -43,7 +43,7 @@ static char *tooltips_global[PAGE_GLOBAL_MAX+1] = {
"System Language:\n\nSystem language used in games, primarily multi-5 PAL games",
"SD/IDE Speed:\n\nThe speed to try and use on the EXI bus for SD Card Adapters or IDE-EXI devices.\n32 MHz may not work on some SD cards.",
NULL,
"In-Game Reset: (B + R + Z + DPad Down)\n\nReboot: Soft-Reset the GameCube\nigr.dol: Low mem (< 0x81300000) igr.dol at the root of SD Card",
"In-Game Reset: (A + Z + Start)\n\nReboot: Soft-Reset the GameCube\nigr.dol: Low mem (< 0x81300000) igr.dol at the root of SD Card",
"Configuration Device:\n\nThe device that Swiss will use to load and save swiss.ini from.\nThis setting is stored in SRAM and will remain on reboot.",
"AVE Compatibility:\n\nSets the compatibility mode for the used audio/video encoder.\n\nAVE N-DOL - Output PAL as NTSC 50\nCMPV-DOL - Enable 1080i & 540p\nGCVideo - Apply firmware workarounds for GCVideo (default)\nAVE-RVL - Support 960i & 1152i without WiiVideo",
"File Browser Type:\n\nStandard - Displays files with minimal detail (default)\n\nCarousel - Suited towards Game/DOL only use, consider combining\nthis option with the File Management setting turned off\nand Hide Unknown File Types turned on for a better experience.",
Expand Down

0 comments on commit 553a9da

Please sign in to comment.