1,079
edits
(→TODO) |
|||
Line 24: | Line 24: | ||
* get rid of getSavePath -> AFAICT it's only used for enhanced error/warning messages. So let's just finally add a Stream::ioErrorString methor or so, which describes the error that occured | * get rid of getSavePath -> AFAICT it's only used for enhanced error/warning messages. So let's just finally add a Stream::ioErrorString methor or so, which describes the error that occured | ||
* at the same time might want to replace ioFailed() with an ioError() method which returns an error code, not just a bool | * at the same time might want to replace ioFailed() with an ioError() method which returns an error code, not just a bool | ||
* add a method to remove a savestate | * add a method to remove a savestate (see [https://sourceforge.net/tracker/index.php?func=detail&aid=1217640&group_id=37116&atid=418823 FR #1217640] | ||
* maybe also one to rename a savestate (less important) | * maybe also one to rename a savestate (less important) | ||
* replace listSavefiles with a better API (possibly function with same name) | * replace listSavefiles with a better API (possibly function with same name) |
edits