Miss-Inputs / Meow-Launcher

Game launcher type thing
Other
3 stars 0 forks source link

.md files that are Markdown documents have launchers created #51

Closed Miss-Inputs closed 5 years ago

Miss-Inputs commented 5 years ago

To be precise, this happens when a multi-system emulator that supports Megadrive (e.g. Kega Fusion) is used for another system (e.g. Master System).

Could be solved in a few ways:

Miss-Inputs commented 5 years ago

Hmm.... fourth option.

Just give Kega Fusion a custom get_command_line() that does something like "if platform != Megadrive/Mega CD and extension != md; reject ROM", and while we're at it, "if platform == Mega CD and extension == bin, reject ROM". Should work. I think. I'll see if I'm up for that tomorrow.

Miss-Inputs commented 5 years ago

I mean, that won't really work long term, it'll just fix Kega Fusion. But it'd do the job, and it may be that only Kega Fusion needs to worry about this. Maybe.