From: chaoskagami Date: Tue, 24 May 2016 01:46:49 +0000 (-0400) Subject: TODO update X-Git-Tag: stable-1~45 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=3ae6e4287af49d80e2589ac7ce8e303cd506a01c;p=corbenik%2Fcorbenik.git TODO update --- diff --git a/doc/todo.md b/doc/todo.md index 907de7a..2c13d3f 100644 --- a/doc/todo.md +++ b/doc/todo.md @@ -1,11 +1,23 @@ - * Attempt to create a replacement handler for Service 0x3D, AKA OutputDebugString(void const, int) to log to a file on SD. - * Might be a pipe dream. It still would be cool to capture debug logs from games. - * Pretty sure this goes over JTAG on PARTNER units and anything else >/dev/null. +Next +------------- + + * Make config file for corbenik plaintext. Nobody likes binary configs. They suck. + +Shortterm +------------- + * Implement some kind of curses-like backend and replace terrible printf rewind on top screen. * Alternatively, implement a monochrome GUI. * We also need UTF8 support. I want translation support. * Dragging in freetype or a bitmap font tool. * Ugh, VWF. Not like I haven't done it before... + * Kconfig? + +Longterm +------------- + * Attempt to create a replacement handler for Service 0x3D, AKA OutputDebugString(void const, int) to log to a file on SD. + * Might be a pipe dream. It still would be cool to capture debug logs from games. + * Pretty sure this goes over JTAG on PARTNER units and anything else >/dev/null. * Config fragments for modules; and these need to be part of the modules, not corbenik's options menu. * Oppa Kconfig style. * Busybox may be helpful.