Ah. Okay. Abandoned sound for now. till I get a libasound.a that doesn't blow up
Adding TS code. Got some debug output.
Currently have an issue where the graphics get trashed when I change the
Quote:
for(c = 0; c < 3; c++) {
if(inputfds[c] < 0) continue;
while (read(inputfds[c],&iev,sizeof(struct input_event)) == sizeof(struct input_event)) {
|
loop...
But I'm working on it
Thanks.