Few quick questions

I just installed lakka on an i3 mini acer desktop that i no longer used. Pulled out out of my closet and decided hey, i found an emulator machine lol. Then i found your program and it was perfect. I just have a few issues that i need help with

  1. I have a lot of saves on my pc from playing with Project64… I copied the save file from their over to the lakka save folder but my saves didn’t load. It was an eep file. Are they compattible or am i doing it wrong?

  2. I added codes to a few games on project 64 and dont mind re-adding them for lakka, but i cant figure out how to add codes to the game. Is their a guide on this?

  3. My Acer deskop has an hdmi port on it; however, im not getting any sound from it. I dont recall if the computer can output sound or not (i’d have to re-install windows to test) but i was wondering if their was an audio configuration file that might need adjusting?

Update. Still cant get audio to work. I followed the directions in this thread http://libretro.com/forums/showthread.php?t=3124&highlight=code

got the list of playback devices

**** List of PLAYBACK Hardware Devices **** card 0: PCH [HDA Intel PCH], device 0: ALC662 rev3 Analog [ALC662 rev3 Analog] Subdevices: 0/1 Subdevice #0: subdevice #0 card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0] Subdevices: 1/1 Subdevice #0: subdevice #0

then when i add

audio_device = “card 0: PCH [HDA Intel PCH], device 3: hdmi 0”

to the config file in retroarch i still get no audio.

I also noticed that in Project 64 my games lookt about 2x as good as they do in Lakka on my tv. Is there a way to get lakka to look that good? I read online that project 64 uses a new plugin that has antialiasing which helps alot. Does lakka have this feature?

Try this:

via ssh

aplay -L

This is what worked for my Chromebox; YMMV!:

audio_device = “hdmi:CARD=HDMI,DEV=0”

Ref: https://github.com/libretro/Lakka/issues/108

Another thread with similar problem: http://libretro.com/forums/showthread.php?t=3265