Skip to content

Rename minui and minarch to launcher and player#82

Merged
nchapman merged 2 commits into
developfrom
feature/launcher-and-player
Dec 16, 2025
Merged

Rename minui and minarch to launcher and player#82
nchapman merged 2 commits into
developfrom
feature/launcher-and-player

Conversation

@nchapman
Copy link
Copy Markdown
Collaborator

@nchapman nchapman commented Dec 16, 2025

This PR renames core components from "minui/minarch" to "launcher/player" across the codebase to better reflect their functional roles. The launcher manages the game selection UI, while the player runs emulation cores.

  • Renamed minui → launcher for the frontend launcher application
  • Renamed minarch → player for the emulator/core player
  • Updated all file paths, function names, variables, and comments to reflect the new naming
  • Updated makefiles, configuration files, and documentation

Copilot AI review requested due to automatic review settings December 16, 2025 18:10
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR renames core components from "minui/minarch" to "launcher/player" across the codebase to better reflect their functional roles. The launcher manages the game selection UI, while the player runs emulation cores.

Key Changes:

  • Renamed minuilauncher for the frontend launcher application
  • Renamed minarchplayer for the emulator/core player
  • Updated all file paths, function names, variables, and comments to reflect the new naming
  • Updated makefiles, configuration files, and documentation

Reviewed changes

Copilot reviewed 191 out of 299 changed files in this pull request and generated no comments.

Show a summary per file
File Description
workspace/all/player/makefile Updated target and source file references from minarch to player
workspace/all/paks/makefile Changed MinUI to LessUI in comments for system pak
workspace/all/paks/Tools/*/launch.sh Updated variable names and file paths from minui to launcher
workspace/all/paks/LessUI/* Renamed MinUI.pak to LessUI.pak in templates and scripts
workspace/all/paks/Emus/* Updated core references and config keys from minarch to player
workspace/all/launcher/* Renamed all minui source files and updated function/type prefixes to Launcher
workspace/all/common/* Updated comments referencing MinUI/MinArch to Launcher/Player
tests/unit/all/player/* Renamed test files and updated all MinArch references to Player
tests/unit/all/launcher/* Updated includes and references from minui to launcher

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@nchapman nchapman merged commit 110b59d into develop Dec 16, 2025
4 checks passed
@nchapman nchapman deleted the feature/launcher-and-player branch December 16, 2025 20:53
@nchapman nchapman mentioned this pull request Dec 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants