pcsx-redux/tools/vscode-extension/templates/psyqo
jahav 07e972b731 Fix null pointer error in a cube template
The first parameter of four parameter method generateRotationMatrix33
expects a pointer to a Matrix33. When a 0 is passed, it is interpreted
as a null pointer that is later dereferenced to set the matrix and that
causes an error.
2025-01-13 01:04:42 +01:00
..
cube Fix null pointer error in a cube template 2025-01-13 01:04:42 +01:00
hello Fixed compile_flags.txt in vscode-extension template for psyqo 2024-10-14 21:04:11 +02:00