libretro / px68k-libretro

Portable SHARP X68000 Emulator for Libretro
http://hissorii.blog45.fc2.com
GNU General Public License v2.0
45 stars 41 forks source link

Move menu items to core options #102

Closed negativeExponent closed 4 years ago

negativeExponent commented 4 years ago

Items moved to core options:

Items that are disabled or removed, either because its not needed or its only using set-once option

Darknior commented 4 years ago

WOAW so excellent !! All that i dream :p To let us save config by game :) You are super fit right now @negativeExponent lol

Question: About the JoyKey you remove, i don't remember, but can we assign a Keyboard Key on a Joypad button like we want on this RA core ? Because many x68000 games use more than two keys ... And for exemple on ZX81 i can choose the key i want to use on button i choose for each game and really it save me to configure each game perfectly like if we are on console :)

Thanks

negativeExponent commented 4 years ago

JoyKey was suppose to move gamepad using the keyboard, but this was never implemented. I dont think libretro has a way to directly map keyboard keys to gamepad. The necessary keys has to be enumerated similar to what is done to the Select button.

Darknior commented 4 years ago

The necessary keys has to be enumerated similar to what is done to the Select button.

I don't understand ? How can i map the controler like i want ?

I dont think libretro has a way to directly map keyboard keys to gamepad.

Yes it is, ZX81 do it really fine. Easy to configure and use :) So bad no more emulators don't do it ...

See here : https://github.com/libretro/81-libretro

gingerbeardman commented 4 years ago

@Darknior I think don't worry about JoyKey, it was an unused and unimplemented menu item in the emulator.

Controls should now be good through RetroArch menu as you would expect.

Joy/Mouse allows your controller to act as Joystick or Mouse.

Let's think about how Keyboard works and maybe could work better, like the ZX81 core.