diff --git a/rpcs3/rpcs3.cpp b/rpcs3/rpcs3.cpp index 93ad015b74..1793ebb7c6 100644 --- a/rpcs3/rpcs3.cpp +++ b/rpcs3/rpcs3.cpp @@ -48,7 +48,7 @@ typedef be_t CGresource; typedef be_t CGenum; typedef be_t CGtype; -typedef be_t CgBinaryOffset; +typedef be_t CgBinaryOffset; typedef CgBinaryOffset CgBinaryEmbeddedConstantOffset; typedef CgBinaryOffset CgBinaryFloatOffset; typedef CgBinaryOffset CgBinaryStringOffset; @@ -74,13 +74,13 @@ struct CgBinaryParameter CGtype type; // cgGetParameterType() CGresource res; // cgGetParameterResource() CGenum var; // cgGetParameterVariability() - be_t resIndex; // cgGetParameterResourceIndex() + be_t resIndex; // cgGetParameterResourceIndex() CgBinaryStringOffset name; // cgGetParameterName() CgBinaryFloatOffset defaultValue; // default constant value CgBinaryEmbeddedConstantOffset embeddedConst; // embedded constant information CgBinaryStringOffset semantic; // cgGetParameterSemantic() CGenum direction; // cgGetParameterDirection() - be_t paramno; // 0..n: cgGetParameterIndex() -1: globals + be_t paramno; // 0..n: cgGetParameterIndex() -1: globals CGbool isReferenced; // cgIsParameterReferenced() CGbool isShared; // cgIsParameterShared() }; @@ -303,8 +303,8 @@ bool Rpcs3App::OnInit() OnArguments(); - compile_shader("compile_shader0.spo"); - compile_shader("compile_shader1.spo"); + //compile_shader("compile_shader0.spo"); + //compile_shader("compile_shader1.spo"); return true; }