dvrp0 / reverie

A movie-themed Balatro expansion that focuses on providing special shops and various contents around it
GNU General Public License v3.0
7 stars 2 forks source link

Shaders: Fix float arithmetics for Android compatibility #5

Closed chaserhkj closed 1 month ago

chaserhkj commented 1 month ago

It is possible to run modded Balatro on Android using balatro-mobile-maker, see this post of mine.

However Android's shader compiler refuses to do automatic conversion from int to float on int by float divisions. Thus this fix for it to be compatible.

dvrp0 commented 1 month ago

Didn't know that, thank you for the fix 😀