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

Two new Controller profiles (Still WIP) for the MSX #7

Merged
merged 11 commits into from
Jan 25, 2018

Conversation

ThaDaVos
Copy link
Contributor

@ThaDaVos ThaDaVos commented Jun 22, 2017

I'm working on getting BlueMSX and fMSX to work and thought let's add some specialized controllers.

Still not working fully cause can't select anything using keyboard, maybe it isn't supported?

My buttonmap looks like this (added it to the resources folder inside game.libretro.fmsx):

<controller id="game.controller.msx.joystick" type="joypad">
	<feature name="a" mapto="a">
	<feature name="b" mapto="b">
	<feature name="up" mapto="up">
	<feature name="right" mapto="right">
	<feature name="down" mapto="down">
	<feature name="left" mapto="left">
</controller>
<controller id="game.controller.msx.keyboard" type="keyboard">
	<feature name="up" mapto="up">
	<feature name="right" mapto="right">
	<feature name="down" mapto="down">
	<feature name="left" mapto="left">
	<!-- I think these are currently not supported or using wrong mapto's-->
	<feature name="space" mapto="space">
	<feature name="1" mapto="1">
	<feature name="2" mapto="2">
	<feature name="3" mapto="3">
	<feature name="4" mapto="4">
	<feature name="5" mapto="5">
	<feature name="6" mapto="6">
	<feature name="7" mapto="7">
	<feature name="8" mapto="8">
	<feature name="9" mapto="9">
	<feature name="0" mapto="0">
</controller>

@garbear
Copy link
Member

garbear commented Jan 2, 2018

@dvdbot I updated your controllers and added images. I sent the PR to ThaDaVos#1

@garbear
Copy link
Member

garbear commented Jan 24, 2018

Can you remove the Readme commit?

@ThaDaVos
Copy link
Contributor Author

You mean this one?
ThaDaVos@b2fb7c8

@garbear
Copy link
Member

garbear commented Jan 25, 2018

Yea I think it's the one causing the merge conflict

@ThaDaVos
Copy link
Contributor Author

I think I can't remove it, I'll have to rolback to before it and redo it all I think
I can try to resolve the conflict though :)

@ThaDaVos
Copy link
Contributor Author

Fixed it, manually resolved it for you :)

@garbear
Copy link
Member

garbear commented Jan 25, 2018

Thanks for being awesome!

@garbear garbear merged commit cb3f3d6 into kodi-game:master Jan 25, 2018
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.

None yet

2 participants