From 143ffd95f7fcbe9c8abd81f58320d4b3651c0075 Mon Sep 17 00:00:00 2001 From: paoda Date: Fri, 21 Oct 2022 01:34:57 -0300 Subject: [PATCH] chore: update README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7df069e..3494ed8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ features and the set of possible improvements would be in memory timing or in UI ### TODO - [ ] Affine Sprites - [ ] Windowing (see [this branch](https://git.musuka.dev/paoda/zba/src/branch/window)) -- [ ] Shaders (see [this branch](https://git.musuka.dev/paoda/zba/src/branch/opengl)) - [ ] Audio Resampler (Having issues with SDL2's) - [ ] Immediate Mode GUI - [ ] Refactoring for easy-ish perf boosts @@ -51,7 +50,7 @@ features and the set of possible improvements would be in memory timing or in UI * [ARM7TDMI Data Sheet](https://www.dca.fee.unicamp.br/cursos/EA871/references/ARM/ARM7TDMIDataSheet.pdf) ## Compiling -Most recently built on Zig [0.10.0-dev.4324+c23b3e6fd](https://github.com/ziglang/zig/tree/c23b3e6fd) +Most recently built on Zig [0.10.0-dev.4474+b41b35f57](https://github.com/ziglang/zig/tree/b41b35f57) ### Dependencies * [SDL.zig](https://github.com/MasterQ32/SDL.zig)