Closed vanfanel closed 2 years ago
That looks like you didn't clone the submodules along with the base repo: https://stackoverflow.com/a/4438292
@jtothebell Ah! That was it!
BTW, have you considered a libretro port? These games look gorgeous with CRT-like shaders!
Yes, I've been slowly working on one and the basics working. Primarily I want it to work on Android, possibly on platforms like opendingux and the miyoo mini, and I don't plan on publishing desktop versions of the core. Not sure when it will be finished, but the branch is published here: https://github.com/jtothebell/fake-08/tree/libretro-core
That's fantastic, @jtothebell I will try it ASAP! I have several licenses of Pico8 (they are given for free with the Picade, of which my gf and I have several at home), but having shaders totally makes them redundant with this :D
Hm, tried the libretro port, seems to fail linking on the C4...
/usr/bin/ld: cannot open linker script file ../../link.T: No such file or directory
collect2: error: ld returned 1 exit status
Hi,
I run Debian 11 on this board, and I see this when trying to do an SDL2 build:
Same happens on x86_64. Any idea on what's going on?? Thanks!