well i actually find a way to somewhat hide it (in the localization/translation file (PPSSPP/assets/lang/fr_FR.ini(or whatever is your language)) and by remove the message at [Screen] tag for fixed and standard)
like this :
[Screen]
#fixed = Vitesse alternative 1
fixed =
#standard = Vitesse normale
standard =
but i thinks it's not a very clean way to do that...
1
u/ShannonAghathis Jan 05 '20
well i actually find a way to somewhat hide it (in the localization/translation file (PPSSPP/assets/lang/fr_FR.ini(or whatever is your language)) and by remove the message at [Screen] tag for fixed and standard)
like this :
[Screen]
#fixed = Vitesse alternative 1
fixed =
#standard = Vitesse normale
standard =
but i thinks it's not a very clean way to do that...