rhaleblian / dslibris

An ebook reader for the Nintendo DS, DS Lite, and DSi.
61 stars 4 forks source link

Threading? #16

Open rhaleblian opened 4 years ago

rhaleblian commented 4 years ago

Is your feature request related to a problem? Please describe. Slow. Serialized.

Describe the solution you'd like Fast. Parallelized.

Describe alternatives you've considered n/a

Additional context Preferably a GCC built-in.

rhaleblian commented 4 years ago

C++11 exposes a thread library. It might not be enabled in the current toolchain. Check whether we've gotten to C++11 etc.

rhaleblian commented 4 years ago

Looks like the current ARM compiler is missing the C++11 thread library.

ndsgamer4654 commented 3 years ago

Hi when I open the nds file I get this error: $ dslibris progr: filesystem mounted. progr: read prefs, bookdir is '/ book/' . fatal: font not found (2) I have all the fonts in the font folder? And I didnt do anything but it doesnt want to work. Am I doing something wrong?

rhaleblian commented 3 years ago

Response moved here: https://github.com/rhaleblian/dslibris/issues/22