From a2774d205d2e9433b92dd1ae97ce4085a68e7bd2 Mon Sep 17 00:00:00 2001 From: Troy Date: Sat, 17 Aug 2024 00:35:16 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9b2db96c67591..8068a6f62f636 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ make -f Makefile.dc ![Screenshot 2024-08-14 162634](https://github.com/user-attachments/assets/5cde0e6b-1c8d-4604-b979-0a3482cde9c3) +added joystick support and a sdl2 sprite sheet animation dreamcast test. + +https://github.com/user-attachments/assets/b92223ca-1fb6-4827-a6c6-622c84ae65ac + ported the nehe06 SDL tutorial example to SDL2 opengl(GLdc), to test the opengl driver.