Added automatic toolchain, gcc and make installation

This commit is contained in:
2025-04-15 13:17:30 +02:00
parent 4cebe93c34
commit 2013e31b04
11 changed files with 656 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ namespace SplashEdit.EditorCode
};
private static string[] resolutionsStrings => resolutions.Select(c => $"{c.x}x{c.y}").ToArray();
[MenuItem("Window/VRAM Editor")]
[MenuItem("PSX/VRAM Editor")]
public static void ShowWindow()
{
VRAMEditorWindow window = GetWindow<VRAMEditorWindow>("VRAM Editor");