devkitpro Questions
10
Solved
I'm coding in C++, and I have the following code:
int array[30];
array[9] = 1;
array[5] = 1;
array[14] = 1;
array[8] = 2;
array[15] = 2;
array[23] = 2;
array[12] = 2;
//...
Is there a way to in...
Ruddle asked 4/10, 2013 at 0:38
5
Solved
I have a Nintendo Wii, and I've got devkitpro working to load some simple programs. The example source code that I've been able to find is very simplistic, such as drawing and rotating a simp...
1
© 2022 - 2024 — McMap. All rights reserved.