4.0-325 πριν από 10 χρόνια, 6 μήνες Merge branch 'master' into memcard_directory
3.5-2449 πριν από 10 χρόνια, 7 μήνες read/write DMA blocks in order, check for write errors when flushing gci files to disc
3.5-2448 πριν από 10 χρόνια, 7 μήνες move clearBlock to be next to the similar Read and Write functions
3.5-2447 πριν από 10 χρόνια, 7 μήνες move common code to a single function
3.5-2446 πριν από 10 χρόνια, 7 μήνες Load save data blocks on demand if it is not a save for the current game.
3.5-2445 πριν από 10 χρόνια, 7 μήνες more sanity checking. ensure that no more blocks are loaded than are available on the virtual memorycard
3.5-2444 πριν από 10 χρόνια, 7 μήνες add some sanity checking to loading gci files. reject files whose filesize does not match size recorded in header, duplicated internal filenames, and files whose recorded block count is larger than th...
3.5-2443 πριν από 10 χρόνια, 7 μήνες don't assume contiguous blocks in memcard dir access.
3.5-2442 πριν από 10 χρόνια, 7 μήνες create the full save file even if some blocks are never written to. prevents creating invalid gci files (ex: last two blocks are never used because it is for file 3, most tools will still expect the ...
3.5-2441 πριν από 10 χρόνια, 7 μήνες check region of GCI files when loading, notify user of save files that do not belong to this region
3.5-2440 πριν από 10 χρόνια, 7 μήνες Add a migration feature that auto imports all saves from your default memcard to the new memcard dir if it doesn't exist.
3.5-2439 πριν από 10 χρόνια, 7 μήνες bump the save state version, and fix a stupid mistake I made while cleaning up
3.5-2438 πριν από 10 χρόνια, 7 μήνες small cleanup, remove duplicated functions
3.5-2437 πριν από 10 χρόνια, 7 μήνες first implementation of memcard from directory, creates a memory card from USERDIR/GC/<REGION>/Card <A/B> Savestates include the entire memorycard, but the only saves that should be modified are the o...