ppsspp/Common/Data/Format
Henrik Rydgård d82ecf1d3e IniFile: Store sections in unique_ptrs, instead of directly.
This fixes an issue when you create two sections consecutively and
retain pointers to them, and then modify them, such as happens in the
postshader ini initialization. Previously, one of the section pointers
could get invalidated since the section vector got resized. Now, the
pointed-to sections don't move around in memory, only the list of them
does.
2023-08-13 13:41:43 +02:00
..
DDSLoad.cpp Structs and enums and build files 2023-03-11 11:19:33 +01:00
DDSLoad.h Add KTX2 basis/UASTC texture transcoding support 2023-03-14 11:55:21 +01:00
IniFile.cpp IniFile: Store sections in unique_ptrs, instead of directly. 2023-08-13 13:41:43 +02:00
IniFile.h IniFile: Store sections in unique_ptrs, instead of directly. 2023-08-13 13:41:43 +02:00
JSONReader.cpp Turn the VFS into a class, to be able to reuse it for other purposes. 2023-03-06 16:42:47 +01:00
JSONReader.h Global: Cleanup initialization/pointer checks. 2022-12-10 21:13:36 -08:00
JSONWriter.cpp Common.h shouldn't include Log.h. 2020-10-04 11:42:14 +02:00
JSONWriter.h Common.h shouldn't include Log.h. 2020-10-04 11:42:14 +02:00
PNGLoad.cpp Texture replacer: Faster way to get width/height from a png 2023-03-07 22:20:56 +01:00
PNGLoad.h Address feedback 2023-03-08 08:29:23 +01:00
RIFF.cpp Move NativeApp.h to Common/System, split into NativeApp.h and System.h 2020-10-04 11:42:16 +02:00
RIFF.h Global: Reduce includes of common headers. 2022-01-30 16:35:33 -08:00
ZIMLoad.cpp Turn the VFS into a class, to be able to reuse it for other purposes. 2023-03-06 16:42:47 +01:00
ZIMLoad.h UI: Add zstd to ZIM compression handling. 2021-04-11 09:13:10 -07:00
ZIMSave.cpp Tools: Make ZimTool able to use ZSTD/specify level. 2021-05-16 09:39:39 -07:00
ZIMSave.h Tools: Make ZimTool able to use ZSTD/specify level. 2021-05-16 09:39:39 -07:00