xboxscene.org forums
OG Xbox Forums => Software Forums => Development => Topic started by: cricket on August 09, 2008, 11:18:00 AM
-
I read somewhere that the xbox can only run .xbe at a time. I wanted to make some kind of miniscule process similar to a system process on win32 that can run in the background while another xbox program can run. This xbox program is an xport emulator.
If this isn't possible, is it possible to somehow freeze the xbox program (the xport emulator) and then run this other program, and then jump back into the same place in code of the xbox program (the xport emulator)?
I know in win32 you can get a program to retrieve the result of another program.. That would also work for what I'm trying to do... is this possible on xbox?
-
As xport released the sources of all his emulators, you could simply write an extra procedure and call it.
It will continue the original code after the call.
regards.