#8952 closed patch (wontfix)
NDS: Cleanup of the file I/O code
Reported by: | fingolfin | Owned by: | agent-q |
---|---|---|---|
Priority: | normal | Component: | Port: NDS |
Version: | Keywords: | ||
Cc: | Game: |
Description
The attached patch represents a first step to cleaning up the Nintendo DS port's file/FS code. It moves the stdio emulation code into its own Common::Stream subclass. Based on that, it should be possible to (a) simplify this stream emulation code, (b) make it actually more compliant with std I/O behavior (which might fix the one or other obscure bug in the NDS port?), and (c) would allow to cleanup the rest of the NDS port nicely.
Ticket imported from: #2594629. Ticket imported from: patches/1057.
Attachments (1)
Change History (7)
by , 16 years ago
Attachment: | ds-stream.patch added |
---|
comment:2 by , 16 years ago
Resolution: | → wontfix |
---|
comment:3 by , 16 years ago
Sorry, I've already implemented this code and it is currently waiting to be committed. I did this in order to add caching as saving the scummvm.ini file was taking around 20 seconds with the exisiting code (since the file is now written a byte at a time). So thanks for your work on this but this patch is not required.
comment:5 by , 16 years ago
Status: | new → closed |
---|
comment:6 by , 6 years ago
Component: | → Port: NDS |
---|
First step