ppsspp/Common/Data
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
..
Collections Vulkan: Keep track of some timestamps in a frame 2023-08-02 16:25:17 +02:00
Color Change the Settings toggle to a specially styled checkbox 2022-12-07 11:12:29 +01:00
Convert Also apply this to OpenGL and D3D9 2023-01-11 19:29:02 +01:00
Encoding More lenient emoji check, remove unused variable 2023-08-06 17:17:24 +02:00
Format IniFile: Store sections in unique_ptrs, instead of directly. 2023-08-13 13:41:43 +02:00
Hash Common: Cleanup some mismatched indentation. 2021-04-30 22:59:41 -07:00
Random Global: Correct many endian types and casts. 2021-02-18 22:25:24 -08:00
Text IniFile: Store sections in unique_ptrs, instead of directly. 2023-08-13 13:41:43 +02:00