switch-examples icon indicating copy to clipboard operation
switch-examples copied to clipboard

Switch examples for devkitA64 and libnx.

Results 5 switch-examples issues
Sort by recently updated
recently updated
newest added

This adds an example for physfs usage under the `fs` directory. See [this pr for 3ds-examples](https://github.com/devkitPro/3ds-examples/pull/50) for more details.

Requires you to have run "pacman -S switch-sdl2 switch-sdl2_mixer" to compile. Otherwise, fantastic example. Thank you for building it!

Ran into a number of issues using SDL2 To only play music while using the default console - Anyways: Here is an example using Audren directly with mpg123 to be...

Hey there! I would like to request some examples of a multi-threaded application. Specifically one, that does background tasks and then joins the threads later. I tried to do this...