aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMax Horn2003-10-02 22:52:57 +0000
committerMax Horn2003-10-02 22:52:57 +0000
commitbb6765f85d6272f736fa9bbe0981582fa7679ef5 (patch)
tree11f5ee1e2c310da73ccd29b016c951733108e186 /TODO
parent3f55f2669d560489ee017d64f5bdd0f785cf796e (diff)
downloadscummvm-rg350-bb6765f85d6272f736fa9bbe0981582fa7679ef5.tar.gz
scummvm-rg350-bb6765f85d6272f736fa9bbe0981582fa7679ef5.tar.bz2
scummvm-rg350-bb6765f85d6272f736fa9bbe0981582fa7679ef5.zip
cleanup & restructuring; in particular move the midi driver list to its own source file
svn-id: r10550
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index c9ff5a2425..969df839e7 100644
--- a/TODO
+++ b/TODO
@@ -111,6 +111,13 @@ Descumm
* Rewrite code to use 2 passes; first pass builds an intermediate graph, the
second pass then tries to detect loops, break/continue statements etc.
+Backend
+=======
+* Several of the backend factory functions take config parameters. It should
+ be possible to get rid of those once the config system rewrite (see above)
+ has been done. In that case, the backends simply can query the config
+ manager for these parameters (or any others they might like :-).
+
SDL backend
===========
* Maybe change the shortcuts? One idea (add ctrl-alt in all cases):