fixes for real ps2 (vwaitq), and cosmetic changes

This commit is contained in:
h4570
2020-12-06 20:25:52 +01:00
parent 69d4cf81ec
commit f080a97dc5
2 changed files with 28 additions and 19 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ public:
Vector3 operator+(Vector3 v);
Vector3 operator-(const Vector3 &v);
Vector3 operator*(Vector3 &v);
Vector3 operator*(float t);
Vector3 operator*(const float &t);
void operator*=(const float &t);
Vector3 operator/(float t);
Vector3 operator-(void);