pcsx-redux/tools/vscode-extension/templates
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
..
bare-metal More updates to CMake bare metal templates 2024-10-14 11:11:30 +02:00
common Add CMake cube example, fix launch.json, update readme 2024-01-10 11:37:14 +01:00
psyq Adding the required memcpy/memset/etc to the templates. 2024-10-03 18:42:21 -07:00
psyqo Fix null pointer error in a cube template 2025-01-13 01:04:42 +01:00