zoltanvb
zoltanvb
"armv" platform is recognized by the makefile, but cross-compilation on an x86_64 host was not successful for "unix-armv7-hardfloat-neon" (one of the options in libretro-super build scripts), as ARCH was detected...
When building through libretro-super scripts, the platform value passed on to make command will not be "linux", instead it can be "unix" or "unix-armv7-hardfloat-neon". Added these options. Related similar PR...
## Description Refine the display for Remote RetroPad, as a preparation for using it as a test tool: - added display for analog axes - all inputs that were hit...
## Description The udev and sdl joypad drivers were reading input in all cases. Now state is not monitored if window has no focus, connect / disconnect events are still...
Compilation was not successful for "unix-armv7-hardfloat-neon" (one of the options in libretro-super build scripts). Added minimal support.
## Description Userland was added at: https://github.com/libretro/RetroArch/pull/8132 However, its only use was with CRTSwitchRes together with VideoCore. Over the times, the legacy VideoCore drivers have lost usage as nowadays Mesa...
## Description JSON schema files for input test driver and the Remote Retropad check side. I did not find any straightforward method to indicate numeric constants here in the schema,...
Added support for simple touch gestures (swipe in 4 directions) and clicking the start button.
## Description Two new settings added to Settings / Input / Menu Control: - disable left analog stick in menu navigation - disable right analog stick in menu navigation Since...
## Description When save state auto indexing is enabled, and maximum kept states are limited, wrap around to slot 0 after reaching the configured maximum. A gap in the indexing...