PDA

View Full Version : Cannot setup audio hardware.


kruykaze
2009-04-14, 22:20
In both djh and cf2009 branches.That screen is corrupted.
Let me know of you can replicate it.
I just wanted to switch between analog and digital.Works fine in pm3.

EDIT:
This only happens when you use the shortcuts in audio or video settings.If you go to systems settings it works fine.

CF2009
2009-04-15, 00:22
to fix this open up SettingsCategory.xml

find (second line)

<defaultcontrol always="true">3</defaultcontrol>


and replace with this

<defaultcontrol>3</defaultcontrol>

kruykaze
2009-04-15, 00:53
to fix this open up SettingsCategory.xml

find (second line)

<defaultcontrol always="true">3</defaultcontrol>


and replace with this

<defaultcontrol>3</defaultcontrol>


I see you fixed that on github.Thank you.