Joe Osborn 9c4ac3546a Increase save state chunk size for all platforms
A rationale is given in the comments, but even a class 6 or class 10 SD card can handle reads and writes on the order of MB/s, which means a 4KB chunk size is just wasting time in syscalls.  This could maybe be fixed with a buffering reader but I don't feel comfortable tweaking libretro-common's VFS to handle that.  Instead, I thought it would be good to both remove an ifdef and increase the chunk size to 128KB.  For cores with small states this will should make state saving virtually instantaneous, and for cores with large states it should be a 32x speedup.
2024-05-29 13:36:43 -05:00
..
2022-12-05 15:10:19 +01:00
2021-10-15 14:32:07 +02:00
2023-01-09 00:51:05 +01:00
2024-02-27 23:20:32 -08:00
2023-06-19 18:16:40 +02:00
2020-08-24 14:35:25 +02:00
2023-08-04 09:20:50 +02:00
2023-08-16 17:10:59 +02:00
2020-08-15 00:35:15 +02:00