aboutsummaryrefslogtreecommitdiffstats
path: root/README.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'README.asciidoc')
-rw-r--r--README.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.asciidoc b/README.asciidoc
index f4707bc..e5e47bc 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -9,13 +9,13 @@ corresponding to the public headers.
== Fully implemented
* 'SDL.h'
+* 'SDL_blendmode.h'
* 'SDL_mouse.h'
* 'SDL_filesystem.h'
* 'SDL_power.h'
== Partially implemented
-* 'SDL_blendmode.h': `SDL_BlendMode` is currently located in `sdl_renderer`. Move it. Everything else is missing.
* 'SDL_clipboard.h': We currently do not support UTF-8. We should probably switch to binaries as input/output to support it.
* 'SDL_cpuinfo.h': `SDL_HasAVX2` and `SDL_HasNEON` must be implemented.
* 'SDL_events.h': Most of it is missing.