Hello, I am a novice developer. I tried to call libadb.so to execute commands, which can achieve global effects, but I don’t know how to modify a single game. Can you give me some help?
The libadb I use is this: https://github.com/thedroidgeek/oculus-wireless-adb
I know that executing adb shell setprop debug.oculus.textureHeight 3380 && adb shell setprop debug.oculus.textureWidth 3072 can modify the texture quality of the game, but this is a global effect and cannot be applied to a single game.