Commit graph

7 commits

Author SHA1 Message Date
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
Nicolas "Pixel" Noble
e120a3dc0f VSCode extension work
- Adding psyqo cube example
- Adding darwin arm support for pcsx-redux
2024-10-23 20:28:16 -07:00
Jan Racek
796f18ea9b
Fixed compile_flags.txt in vscode-extension template for psyqo 2024-10-14 21:04:11 +02:00
Nicolas Noble
97964bc030
Fixing psyqo template file... 2024-01-04 04:43:14 -08:00
Nicolas "Pixel" Noble
53426678ea Fixing template files. 2023-12-30 11:51:36 -08:00
Nicolas "Pixel" Noble
4cb38efac9 Using Mustache for proper template rendering. 2023-09-12 20:51:59 -07:00
Nicolas "Pixel" Noble
fb1a09d6f9 Starting to yeet the template files out of the vsce. 2023-09-11 18:40:08 -07:00