Add test ROMs for detecting emulators

This commit is contained in:
wheremyfoodat 2023-08-03 11:56:55 +03:00
parent fb8965942c
commit b868b69dbf
4 changed files with 473 additions and 1 deletions

View file

@ -45,7 +45,7 @@ static void sceneInit(void)
AttrInfo_AddLoader(attrInfo, 0, GPU_FLOAT, 3); // v0=position
AttrInfo_AddFixed(attrInfo, 1); // v1=color
// Set the fixed attribute (color) to solid white
// Set the fixed attribute (color) to orange
C3D_FixedAttribSet(1, 1.0, 0.5, 0.2, 1.0);
// Compute the projection matrix