blueMSX-libretro icon indicating copy to clipboard operation
blueMSX-libretro copied to clipboard

Add pause key (F1)

Open Sebbeug opened this issue 9 years ago • 4 comments
trafficstars

Is it possible to add the F1 key to pause games ? Actually, only button 1 and 2 are working.

(thx for your work)

Sebbeug avatar May 25 '16 08:05 Sebbeug

I think you mean the "Stop" key which is a particular key of the MSX system? It's usually "Page Up" with blueMSX but it doesn't work on Retroarch (got the hotkey disabled, tried every keyboard key).

Are only the directional keys and space mapped for this core?

Tatsuya79 avatar Sep 08 '16 00:09 Tatsuya79

OK that's F1... The problem is that for using the keyboard we need to go to settings->input and change to retrokeyboard but we lose the joypad.

We're lacking a core control option with keyboard + pad there.

Tatsuya79 avatar Sep 08 '16 00:09 Tatsuya79

Found an easy work-around: set the player 2 device to retrokeyboard. Then you have gamepad to player 1 and keyboard is working.

The line to add in an override config is: input_libretro_device_p2 = "3"

Tatsuya79 avatar Oct 12 '16 13:10 Tatsuya79

The keyboard should be activated by default now.

https://github.com/libretro/blueMSX-libretro/commit/b3fb7618ce48559040acc90e83aedfdc0dbfe78e

Tatsuya79 avatar Jul 01 '17 18:07 Tatsuya79