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

.bkm importer is missing systems #3596

Open
YoshiRulz opened this issue Mar 27, 2023 · 0 comments
Open

.bkm importer is missing systems #3596

YoshiRulz opened this issue Mar 27, 2023 · 0 comments

Comments

@YoshiRulz
Copy link
Member

At least GG is missing.

When an entry is missing (mnemonic conversion needs to be implemented too), the .bk2 input log is generated with "Null Controller" and will be blank.

var name = systemId switch
{
"Lynx" => "Lynx Controller",
"SNES" => "SNES Controller",
"C64" => "Commodore 64 Controller",
"GBA" => "GBA Controller",
"A78" => "Atari 7800 ProLine Joystick Controller",
"DGB" => "Dual Gameboy Controller",
"WSWAN" => "WonderSwan Controller",
"N64" => "Nintendo 64 Controller",
"SAT" => "Saturn Controller",
"GEN" => "GPGX Genesis Controller",
"NES" => "NES Controller",
"GB" => "Gameboy Controller",
"A26" => "Atari 2600 Basic Controller",
"TI83" => "TI83 Controller",
"Coleco" => "ColecoVision Basic Controller",
"SMS Controller" => "SMS",
_ => "Null Controller",
};

@YoshiRulz YoshiRulz added the App: EmuHawk Relating to EmuHawk frontend label Mar 27, 2023
@YoshiRulz YoshiRulz added re: Movie importers and removed App: EmuHawk Relating to EmuHawk frontend labels Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant