XNA: How to convert a game to be compatible with the Xbox 360?
- by Rosarch
I have a C# XNA game that I'd like to test on the 360. How do I do this, in terms of what I need to do to the Visual Studio project?
For instance, how can I define certain actions will only take place on an Xbox? Something like:
# if XBOX
// do stuff
# endif