Skip to content

Jack-The-Yoshi/One-Click-Game-Manager-OCGM-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

One Click Game Manager (OCGM)

A simple Nintendo Switch homebrew app that lists your installed games and lets you quickly view game and mod stats, and toggle LayeredFS mods on/off by renaming romfs / exefs folders inside each title’s Atmosphère contents directory.

OCGM is designed to be lightweight, fast, and easy to use through a clean console-based UI.


Features

  • Lists installed applications using nsListApplicationRecord
  • Displays a Details page for each title:
    • Title Name
    • Title ID
    • Version
    • Mod detection (Enabled / Disabled)
    • Total Mod Size
    • Total File Count
    • Whether ROMFS or EXEFS is there or not
  • Toggles LayeredFS mods using a safe same-folder rename method
  • Uses cached scanning in the Details view to reduce lag
  • Runs in Applet Mode or Title Override

How Mod Toggling Works

OCGM toggles mods by renaming folders inside:

sdmc:/atmosphere/contents//

Disable Mod

romfs → romfs_disabled exefs → exefs_disabled

Enable Mod

romfs_disabled → romfs exefs_disabled → exefs

This method does not delete or modify files it only renames folders.


Controls

Main List

  • Up / Down — Move selection
  • A — Open Details
  • + — Exit

Details Page

  • Y — Toggle Mod (Enable / Disable)
  • B — Back

Expected Folder Layout

Enabled:

sdmc:/atmosphere/contents//romfs

sdmc:/atmosphere/contents//exefs

Disabled:

sdmc:/atmosphere/contents//romfs_disabled

sdmc:/atmosphere/contents//exefs_disabled


Build Instructions

This project uses devkitPro and libnx.

Requirements (if manually building)

  • devkitPro
  • devkitA64
  • libnx

Build

Build by running this in the command prompt on your PC: make

The resulting .nro can be placed on your SD card:

sdmc:/switch/OCGM.nro

You can also download a pre-built .nro from the Releases section.

Credits

Built with libnx (devkitPro)

Console interface powered by ANSI escape codes

App made by Jack The Yoshi

Screenshots

2026021309182400-4E551BEEBAD303591E38565E64373519

2026021309182800-4E551BEEBAD303591E38565E64373519

2026021309184500-4E551BEEBAD303591E38565E64373519

2026021309212100-4E551BEEBAD303591E38565E64373519

2026021615153200-DB1426D1DFD034027CECDE9C2DD914B8

2026021615154800-DB1426D1DFD034027CECDE9C2DD914B8

Disclaimer

This application modifies folder names on your SD card. Use at your own risk.

Always keep backups of your mod folders before making changes.