Jesús Abelardo Saldívar Aguilar

Results 6 comments of Jesús Abelardo Saldívar Aguilar

How much RAM would be required for compiling AudioBank? I have 4 GB of RAM, and 4 GB of swap, but cc1plus is only taking 1.3GB. Maybe there are some...

When I disable audio on `src/audio/CMakeLists.txt` it takes less than 10 minutes to successfully produce a working executable. > Please edit the `/scripts/build-linux.sh` and change `nproc` to 1, so to...

Hi @dbeef I tried building your `resource-compiler-outputs-asm` branch and it worked perfectly on my ARM64 Linux system. Now I have a working Spelunky_PSP with audio enabled.

There is another workaround for the PineBook Pro (and other boards with the same SOC) You can enable experimental support for OpenGL 3.3 on the GPU. Just add this line:...

I'm having the same issue. Is there a workaround to reenable the clear button? I'm looking at the browser developer tools, but I cannot find anything that reenables it. I...

Hi Sorry for taking a long time to answer > `let myLocale = Locale(identifier: "es_ES”)` The problem is that I want my program to take the locale from the user...