You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Playing on a large screen the cross shaped pointer used to show the current 'mouse' location is very hard to see or invisible on lighter backgrounds since it is by default set to white. Can an option be added to toggle it a few other colors like black, red, green, yellow and an option to increase the thickness of the cross itself?
Edit: I was able to accomplish this by manually changing the color value in DrawPointerLine in libretro.cpp and the length of the crosshairs in DrawPointer. I'll see if I can understand enough to create more options and interface with the main menu to toggle settings.
The text was updated successfully, but these errors were encountered:
Playing on a large screen the cross shaped pointer used to show the current 'mouse' location is very hard to see or invisible on lighter backgrounds since it is by default set to white. Can an option be added to toggle it a few other colors like black, red, green, yellow and an option to increase the thickness of the cross itself?
Edit: I was able to accomplish this by manually changing the color value in DrawPointerLine in libretro.cpp and the length of the crosshairs in DrawPointer. I'll see if I can understand enough to create more options and interface with the main menu to toggle settings.
The text was updated successfully, but these errors were encountered: