Disabling certain functions in Ozone?

Hello, I hope I’m posting in the right place.

I’d like to know if there are any ways to disable the Search function and the Change Thumbnail Type function in the Ozone menu driver (or at least hide the instructions on the bottom of the screen for those functions). I realize these are a bit of… “why would you want that” kind of questions, but I want to make the menu look as clean as possible.

Also, is there any way to change the colors for the Ozone menu driver?

The bottom infobar is not toggleable AFAIK.

Ozone comes with 2 themes (Settings - User Interface - Appearance - Menu Color Theme):

  • Basic White
  • Basic Black

The only way to change that is to compile RetroArch from source and editing the right files.

(For the theme it should be menu/drivers/ozone/ozone_theme.c or menu/drivers/ozone/ozone_theme.h or both, but i could also be wrong)

2 Likes

I managed to hex edit the string out, but the button prompt is still there. Maybe other things can be done in a similar matter.