› Foros › Xbox 360 › Exploits y homebrew
--- ad_hwac3.c 1969-12-31 19:15:52.000000000 -0500
+++ ad_hwac3.c.org 1969-12-31 19:15:17.000000000 -0500
@@ -144,4 +144,17 @@
}
+static inline unsigned short bswap16(unsigned short a)
+{
+ return ((a&0xff)<<8) | ((a&0xff00)>>8);
+}
+
+static inline void mem_swap16(void *buf, int line)
+{
+ int i=0;
+ uint16_t *buf16 = (uint16_t *)buf;
+ for (i=0; i<line/2; i++)
+ buf16[i]=bswap16(buf16[i]);
+}
+
static int decode_audio(sh_audio_t *sh_audio,unsigned char *buf,int minlen,int maxlen)
{
@@ -177,4 +190,6 @@
memset(buf + 8 + len, 0, 6144 - 8 - len);
+ mem_swap16(buf, 6144);
+
return 6144;
}
@@ -375,4 +390,6 @@
memset(&buf[fsize + 8], 0, nr_samples * 2 * 2 - (fsize + 8));
+ mem_swap16(buf, nr_samples * 2 * 2);
+
return nr_samples * 2 * 2;
}
volrathix escribió:si sabes como poner el xellous en ntsc te ayudaria , por que se harto de linux es mi s.o principal , pero el xellous me carga en pal raramente la consola esta bien configurada y cuando entro al dashboard esta en ntsc y todo funciona bien , solo tengo el problema en el xellous, si pudiese cargar linux en colores instalaria las app que dices y te podria ayudar ,salu2
Here's a new kernel with the xenon sound modules.
http://www.megarabo.com/?d=T6C2XXD5
Replace the vmlinux from your sata2 CD with this one. Extract the 2.6.24.3 folder in the /lib/modules directory.
Then run the command:
sudo echo "snd-xenon" > /etc/modules
wah_wah_69 escribió:Si lees la fuente original, verás como hay un post más nuevo en el que se sube un kernel ya compilado:
http://webcache.googleusercontent.com/s ... clnk&gl=es
De todas formas esto es de octubre del año pasado, ¿Seguro que no hay ninguna distro/kernel en condiciones a estas alturas?Here's a new kernel with the xenon sound modules.
http://www.megarabo.com/?d=T6C2XXD5
Replace the vmlinux from your sata2 CD with this one. Extract the 2.6.24.3 folder in the /lib/modules directory.
Then run the command:
sudo echo "snd-xenon" > /etc/modules
Se trata tan solo de añadir la imagen del kernel y módulos.
wah_wah_69 escribió:Si lees la fuente original, verás como hay un post más nuevo en el que se sube un kernel ya compilado:
http://webcache.googleusercontent.com/s ... clnk&gl=es
De todas formas esto es de octubre del año pasado, ¿Seguro que no hay ninguna distro/kernel en condiciones a estas alturas?Here's a new kernel with the xenon sound modules.
http://www.megarabo.com/?d=T6C2XXD5
Replace the vmlinux from your sata2 CD with this one. Extract the 2.6.24.3 folder in the /lib/modules directory.
Then run the command:
sudo echo "snd-xenon" > /etc/modules
Se trata tan solo de añadir la imagen del kernel y módulos.