TheRouletteBoi / RouLetteVshMenu

Playstation 3 VSH Menu, SPRX Loader, Mod Menu Loader, Payload injector, RPC Calls, CEX/DEX/HEN
MIT License
41 stars 10 forks source link

Feature request: Font size parameter in .yaml #24

Closed aldostools closed 2 years ago

aldostools commented 2 years ago

As title says.. Let change the overlay font size. Make it show smaller or bigger.

TheRouletteBoi commented 2 years ago

Updated the YAML to support font size https://gofile.io/d/mNYdu9

version: 2
overlay:
   displayMode: XMB_GAME # Available options XMB_GAME, XMB, GAME 
   position: TOP_LEFT # Available options TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT
   showFPS: On
   showCpuInfo: On
   showGpuInfo: On
   showRamInfo: Off
   showFanSpeed: On
   showFirmware: On
   showAppName: On
   showClockSpeeds: On
   temperatureType: BOTH # Available options BOTH, CELSIUS, FAHRENHEIT 
   textSize: 20.0
aldostools commented 2 years ago

Excellent! Thank you very much.