Hello!
I don't know if I know
how to make it but your suggestion is added to TODO list. It should be easy to find corresponding exeDSP function.
I am making HUGE changes to the app. It is going to be the biggest update ever made to PVR+, I think. It will be more configureable so you will be able to assign desired function to some buttons much more freely.
PVR+ is developed almost every day, so please be patient. I want to make as many improvements as I could and test everything before releasing it. I am trying simultaneously to keep binary code size as small as it can be. It takes my time, too.
EDIT 2015-06-07: "toggle PIP sound source" function discovered and tested:
![Wink ;)]()
I don't know if I know

I am making HUGE changes to the app. It is going to be the biggest update ever made to PVR+, I think. It will be more configureable so you will be able to assign desired function to some buttons much more freely.
PVR+ is developed almost every day, so please be patient. I want to make as many improvements as I could and test everything before releasing it. I am trying simultaneously to keep binary code size as small as it can be. It takes my time, too.
EDIT 2015-06-07: "toggle PIP sound source" function discovered and tested:
Code:
#define CToolPipSoundSelevtValueEitem_PressLeftRightKey _ZNK28CToolPipSoundSelectValueItem17PressLeftRightKeyEi
extern int _ZNK28CToolPipSoundSelectValueItem17PressLeftRightKeyEi(void *, int);
extern void *g_AppSpeaker;
int toggled = CToolPipSoundSelevtValueEitem_PressLeftRightKey(&g_AppSpeaker, 0);

Statistics: Posted by geo650 — Sat Jun 06, 2015 11:45 pm — Replies 6 — Views 949