Search found 2 matches

by jenergy
Mon Mar 09, 2020 10:41 pm
Forum: Switch Development
Topic: SDL2: Automatic pause when exit to home
Replies: 1
Views: 6931

SDL2: Automatic pause when exit to home

Hello, I'm working on a port on the switch of a project written in pure c, using LIBSDL2. All works good, except that when pressing home button, to go back to main Switch screen, my program still goes on. I'd like to automatic pause it instead, and to resume it on reclick. Which is the best way to o...
by jenergy
Sun Apr 11, 2010 6:13 pm
Forum: devkitPPC
Topic: Fork() or dol
Replies: 0
Views: 3129

Fork() or dol

Hi everyone! Just a little question. I've got sources for a c-program standalone for wii, and I need to 'launch' it from another 'logical' program (with sources) several times, a kind of front-end for the first program. Perhaps there are these ways: 1) Merge two programs into one by renaming the 'ma...