Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic launch-option functionality #82

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

Dassu
Copy link

@Dassu Dassu commented Nov 6, 2020

Added some basic launch options

A ROM file can be specified to load when the GUI is finished loading, contain in quotes if there are spaces in the filename

  • -filename [ROM filename]

Song ID is assumed decimal. If it has leading zeros it will be read as hexadecimal

  • -songid [song index]

An Engine must be specified using one of these launch options

  • -mp2k
  • -dse
  • -alphadream
  • -sdat

This is an example of working launch options:

-filename "C:\Users\Dassu\GBA\FFTA.GBA" -songid 24 -mp2k

Sorry if it's a bit messy. Just wanted to throw something together after reading this issue: #81

@FEBuilderGBA
Copy link

I confirmed that your optional features work properly.
Thank you for implementing the option.

"VG Music Studio.exe" -filename "foo.gba" -mp2k -songid 123

The songid 123 was played correctly.
It's perfect.
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants