Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-31 | DS, N64: Fix openForSaving() | Alexander Tkachev | |
Fails to build because OutSaveFile's name should've been qualified. | |||
2016-08-31 | DS, N64: Fix SaveFileManagers | Alexander Tkachev | |
Added updateSavefilesList() and openRawFile() stubs. It should build fine now, I guess. | |||
2016-08-31 | N64: Fix OutSaveFile error | Alexander Tkachev | |
OutSaveFile was just a typedef of WriteStream once, but now it's not. These Out*Save classes are then wrapped with OutSaveFile, so it should be OK to derive them from WriteStream instead of OutSaveFile. | |||
2016-08-24 | CLOUD: Make OutSaveFile start saves sync | Alexander Tkachev | |
It had to become a proxy class in order to do that. finalize() starts the saves sync. | |||
2016-08-04 | N64: Added pos() method to another save class | Eugene Sandulenko | |
2016-08-04 | N64: Fix warning | Eugene Sandulenko | |
2016-08-04 | N64: Fix build adter WriteStream::pos() addition | Eugene Sandulenko | |
2014-02-18 | N64: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-06-25 | COMMON: Also adapt openForSaving() in the DC and N64 backends | Filippos Karapetis | |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2010-03-18 | Convert some occurences of StringList to StringArray; | Max Horn | |
try to fix compile error in GP2x code svn-id: r48286 | |||
2010-01-23 | Some more header modifications ("Graphic Adventure Engine" and the legal ↵ | Arnaud Boutonné | |
property paragraph) svn-id: r47489 | |||
2010-01-07 | Nintendo64: Add FlashRAM support for saving if a compatible cart is available. | Fabio Battaglia | |
svn-id: r47126 | |||
2009-12-30 | Add Nintendo 64 port to trunk. | Fabio Battaglia | |
svn-id: r46773 |