Closed GoogleCodeExporter closed 9 years ago
The multiple "error: cast from ‘void*’ to ‘int’ loses precision" are
because the Freedo code was written only with 32 bits in mind. I don't have a
64 bit linux installed, but i will try to fix all of this errors.
Thank you for the feedback :)
Original comment by gabr...@arcadenea.com.ar
on 19 Sep 2013 at 3:07
Hi guaripolo , and thanks for your nice emu .
I ve do the libretro port and i fix 64bit compile for the libretro core
just by adding -fpermissive (like said in the error) maybe that can help too
here.
Original comment by elrt...@gmail.com
on 23 Sep 2013 at 10:39
i've fixed it now in the right way, your fix may work now but gcc is getting
more and more restrictive and it can be broken in the future.
Please test it now and tell me if it works fine.
Thank you both for the feedback, need to try libretro, seems like you are doing
a great work there!
Original comment by gabr...@arcadenea.com.ar
on 24 Sep 2013 at 12:36
Original comment by gabr...@arcadenea.com.ar
on 24 Sep 2013 at 12:36
Original issue reported on code.google.com by
dustin.m...@gmail.com
on 16 Sep 2013 at 8:33