Emultion and Programming Help
I'm in high school right now and im planning to see if i could help out with the xbox emulation. I'm really new to this so what do I need to Learn besides C++ to get to work on this. Also how can I create a game using GBA sprites? Please give me all the details!!!!!
Re: Emultion and Programming Help
Hmm, well C++ is probably what you want to know for an emulator. I'm not sure if there's an XBOX assembly language.
To add sprites and stuff use a library like gamelib or irrlicht.
Re: Emultion and Programming Help
Quote:
Originally Posted by
Gnash
Hmm, well C++ is probably what you want to know for an emulator. I'm not sure if there's an XBOX assembly language.
It's going to take a lot more than C++ to write an Xbox emulator, and Xbox does use the same assembly language as a PC since they both use x86. Xbox360 uses PPC.