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

temperatureType is always shown in BOTH. #26

Closed aldostools closed 2 years ago

aldostools commented 2 years ago

Issue reported in https://github.com/aldostools/webMAN-MOD/issues/713

TheRouletteBoi commented 2 years ago

wow I'm a rookie for creating this bug 😂

TheRouletteBoi commented 2 years ago

qiuck fix https://gofile.io/d/htRdDh

aldostools commented 2 years ago

Thank you!

aldostools commented 2 years ago

Still the same issue after the update

TheRouletteBoi commented 2 years ago

Still the same issue after the update.

I tested on my side and it is working when I use temperatureType: CELSIUS

aldostools commented 2 years ago

It was my mistake. I had Cobra debug enabled. So it was loading the old version

It's working fine. Sorry for the wrong report.

TheRouletteBoi commented 2 years ago

In that case excellent. By the way how to you detect a debug version of Cobra?

aldostools commented 2 years ago

Currently I only do the check Evilnat's CFW #define isCobraDebug (file_size("/dev_flash/sys/stage2.bin") > 124000)

It's not the best way, but it works.

TheRouletteBoi commented 2 years ago

your methods of achieving the end goal are not always the best but as long as it works 😊

aldostools commented 2 years ago

LOL I know I do a lot of hacky things.