-
Notifications
You must be signed in to change notification settings - Fork 0
Emulator TICO
Systems: multi-system frontend · Runs as: homebrew NRO · Get it: ticoverse.com
Best effort: this guide is community-maintained and may lag behind new releases. The emulator's own site (linked above) is the authoritative source — if anything here doesn't match what you see, trust their instructions.
TICO is a polished multi-system emulator frontend for the Switch, and the emulator HaulNX's folder layout grew up alongside — TICO's system folder names (nes, snes, n64, gba, psx, dc, ...) are the same slugs HaulNX uses under sd:/roms/. That makes the two line up almost for free; you just have to make them agree on one ROM root.
- Download TICO from ticoverse.com.
- Copy
tico.nrotosd:/switch/(orsd:/switch/tico/). - First launch creates its data folder at
sd:/tico/— config, BIOS folders, and its default ROM library atsd:/tico/roms/.
TICO defaults to sd:/tico/roms/<system>/; HaulNX defaults to sd:/roms/<system>/. Pick one of these — don't do both:
Option A — point TICO at HaulNX's library (recommended).
Edit sd:/tico/config/general.jsonc and set the ROM path:
Because the system folder names match, everything HaulNX has downloaded shows up under the right console after a rescan.
Option B — point HaulNX at TICO's library.
In HaulNX: Settings › Manage data › ROM Download Folder → set it to sd:/tico/roms. HaulNX creates any missing system folders there and downloads straight into TICO's world.
Option A keeps your library emulator-neutral (RetroArch and friends can share it); Option B is the move if you already have a big collection under sd:/tico/roms and don't want to relocate it.
TICO doesn't watch the filesystem. After a HaulNX session:
- Open TICO and press R.
- Hover over the console whose games you added and press +.
- Choose Rescan Games.
Consoles that need BIOS files (PSX, Dreamcast, Saturn, Sega CD, GameCube): drop them directly in sd:/tico/system/<system>/ — no subfolders. Example: PSX wants scph5501.bin at sd:/tico/system/psx/scph5501.bin.
- DS ROMs must be unzipped before TICO will see them. Most other cartridge systems accept zips.
- CD-era systems prefer
.cue/.binor.chd— if a game came down as a zip, extract it into the same folder.
{ // ...existing settings... "roms_path": "sdmc:/roms" }