From d6bafb44039274d25b4d528f051f6fcaf43451c9 Mon Sep 17 00:00:00 2001 From: NepuShiro Date: Wed, 27 May 2026 19:00:04 -0500 Subject: [PATCH] Implement play/stop cap and shell music --- .idea/editor.xml | 3 +- .idea/vcs.xml | 1 + Makefile | 29 +- import-test-collision.py | 110 +++-- src/libsm64.c | 20 + src/libsm64.h | 8 + test/{context.c => context.cpp} | 50 +-- test/context.h | 19 +- test/main.cpp | 701 +++++++++++++++++++++++++++++++- 9 files changed, 868 insertions(+), 73 deletions(-) rename test/{context.c => context.cpp} (81%) diff --git a/.idea/editor.xml b/.idea/editor.xml index a7ae94c..3361f21 100644 --- a/.idea/editor.xml +++ b/.idea/editor.xml @@ -15,7 +15,7 @@