Xbox 360 support (next gen branch)
Added by Steve Sharp 12 months ago
The xbox 360 support seems a little bit broken on the next gen branch with vs 2010, the debugger section is missing which is due to a format / order change in the project xml (i have some local hacks to work around), is there an update on this or is 360 + 2010 not fully supported?
Thanks,
Steve.
Replies (4)
RE: Xbox 360 support (next gen branch)
-
Added by Joshua Jensen 11 months ago
I did some comparisons of VS2010 project generation, and I shifted a line of XML to another part of the file.
I don't, however, have local access to an Xbox 360 SDK, so give the update to the nextgen branch a whirl and let me know.
-Josh
RE: Xbox 360 support (next gen branch)
-
Added by Steve Sharp 11 months ago
The re-org now enables the 360 debugger (looks like a similar set of changes we made)
however : the Deployment settings are not propagated through yet.. (it doesnt look like the Project.MakefileTool / VCX360DeploymentTool does anything on the vs 2010 project generation)
Thanks,
Steve.
RE: Xbox 360 support (next gen branch)
-
Added by Joshua Jensen 11 months ago
If you can show me what a VS2010 project looks like for deployment settings, I can get it hooked up.
If not, I'll see what I can come up with.
-Josh
RE: Xbox 360 support (next gen branch)
-
Added by Steve Sharp 11 months ago
looking at a before and after diff, it adds the following tags : RemoteRoot and Deployment Type
Ive included the proj after changing it to copy to hdd and the diff from the default of emulator
TestDeploySettingsProject.vcxproj (14.7 KB)
diff.txt
(261 Bytes)
(1-4/4)