theelf escribió:No dices para que sistema, asi que asumo que para PC. A mi gusto es el Project64, http://www.pj64-emu.com/
señorperro escribió:Project64 1.7.0.54 :)
¿Y no sería más recomendable usar Mupen64plus
A mí esos emuladores recargados para Windows me parecen una gitanada, cutres, pesados...
tiempo de respuesta y retardos de salida (problema inherente a DirectSound por ejemplo)
gaula88 escribió:Y no confundo a nadie: Windows es una basura de SO.
tiempo de respuesta y retardos de salida (problema inherente a DirectSound por ejemplo)
Y no confundo a nadie: Windows es una basura de SO.
Aunque mi preferido siempre será el MacOS X.
tiempo de respuesta y retardos de salida (problema inherente a DirectSound por ejemplo)
Y ni hablemos de los mil y un problemas que tiene linux por ejemplo....
Entodo caso, el sonido en el Project64 funciona perfectamente, y por lo general DirectSound funciona de marabillas, y si algun momento da problemas, siempre tienes waveout
durante años, Windows fue basicamente casi el unico SO para usar emuladores
Here is a little detailed reply to your "Shoutbox" response. If you don't know, I am the author of another Sega Genesis emulator and I have done a port of it to linux using SDL once and recently I have also done a GUI port using GTK+ (not released yet, you can see some screenshots here (external link)). So I speak from experience :) .
First I had to write four video drivers. Here are the reasons why:
1) Software — For maximum compatibility. In this driver I have to do everything (rescaling to various resolutions, bit depth conversions etc..) myself. Since everything is done in software, its very very VERY slow and doesn't have true fullscreen.
2) SDL — For compatibility again. Though provides fullscreen support.
3) OpenGL — For speed, as it can provide hardware acceleration. Half of the video cards out there support this.
4) XVideo — For speed, as it can provide hardware acceleration. The other half of the video cards out there support this.
Similarly I had to write four sound drivers. Here are the reasons why:
1) SDL 1 — Uses SDL. This works perfectly on some computers or not at all.
2) SDL 2 — This also uses SDL. Though it can work for those who could not get SDL 1 driver to work.
3) OSS — Works for some people.
4) ALSA — Works for some people.
The story is not finished yet. Lets come to input support. Here I had to write 2 drivers.
1) SDL — For joystick support.
2) X input — For keyboard since SDL keyboard input can't work for windows it didn't create.
Now compare this to Windows. I had to write one video driver (DirectDraw), one sound driver (DirectSound) and one input driver (DirectInput) and I get everything automatically.
There are some problems on linux as well. But thats a discussion for another time. All in all, its a nightmare. And Linux people still wonder why it hasn't caught up with Windows. So please get your facts straight before saying.
Having said that, I get a feeling that Snake is working on a Linux port biggrin .
Te respondo lo que te respondí entonces: o ese post de Aamir es de hace tiempo, o vive en el pasado remoto.
Resumiendo a día de hoy:
-TODAS las tarjetas que tú puedas ver en tu vida funcionan con ALSA (y mejor calidad de sonido / retardo que en Windows)
-TODAS las gráficas que puedas encontrar de Nvidia y ATI funcionan con OpenGL en Linux: lo mismo con XVideo.
...cualquier usuario de Linux te lo puede confirmar.
(Vamos coño, nadie me echa una mano?)
tengo una core2 duoe6600 hace tiempo instale linux una partición para probar el ubuntu 9.04 y en otra el win xp, bueno hace un tiempo tengo problemas fallas con el win xp y se cuelga y pues nada uso el ubuntu 9.04 y aunque soy novato y estoy bastante tiempo dedicado a este SO ( y luego de haber probado todo los win hasta el vista, mac y amiga) este sistema operativo solo me trae dolores de cabeza, estuve como 3 semanas intentando y buscando la forma para que mozilla pueda ver videos en flahs tipo youtube, si pones youtubu mozilla ubuntu verás cientos o miles de post sobre como configurar y aún asi no funciona bien, anque lo pude conseguir fueron 3 semanas, cuando en windows lo hubiera hecho 10 minutos, supongo que en parte pague la novatada pero vamos
ChepoXX escribió:...

¿al final el mupen 64 tiene gui o solo por comandos? la verdad es que el project64 no me dio ningun problemaa excepcion de un juego, pero si otro lo emula mejor me gustaria probarlo.
Ahí está la explicación de porque tienes esos problemas.
Calculo que Windows lo habrás aprendido a usar de a poco, a través de todos los años que llevas usando sus distintas versiones.
Si queres utilizar gnu/linux, vas a necesitar paciencia para aprender sólo, o paciencia para leer un poco de la documentación y enterarte como funciona.
En windows parece que no hace falta leer nada, y eso es porque ya lo tienes "incorporado", por decirlo de alguna forma.