added simple demoreel and ps2 skeleton coded by claude fable 5

This commit is contained in:
aap
2026-08-09 01:39:54 +02:00
parent 92851aa1ed
commit 0a7eb48ce3
18 changed files with 1482 additions and 9 deletions
+2
View File
@@ -167,9 +167,11 @@ EventStatus
EventHandler(Event e, void *param)
{
EventStatus s;
#ifndef RW_PS2
if (e == INITIALIZE) {
ImGui::CreateContext();
}
#endif
s = AppEventHandler(e, param);
if(e == QUIT){