ppsspp/libretro
Unknown W. Brackets 082ddf5120 json: Switch to gason instead of vjson.
From the same author.  Most importantly, reads numbers as doubles rather
than as signed ints and floats.  This allows us to actually read 32 bit
unsigned int parameters.

Moved all the native customization to a separate json_reader.cpp.
2018-06-06 05:59:35 -07:00
..
jni Libretro port. 2018-03-24 12:44:53 +01:00
.gitignore Libretro port. 2018-03-24 12:44:53 +01:00
CMakeLists.txt Libretro: add experimental D3D11 support. 2018-03-25 23:07:02 +01:00
libretro.cpp Libretro: style nits. 2018-03-26 17:37:34 +01:00
libretro.def Libretro port. 2018-03-24 12:44:53 +01:00
libretro.h Libretro: update libretro.h 2018-03-25 23:05:47 +01:00
libretro_d3d.h Libretro: add experimental D3D11 support. 2018-03-25 23:07:02 +01:00
libretro_vulkan.cpp Libretro: style nits. 2018-03-26 17:37:34 +01:00
libretro_vulkan.h Libretro port. 2018-03-24 12:44:53 +01:00
LibretroD3D11Context.cpp Libretro: style nits. 2018-03-26 17:37:34 +01:00
LibretroD3D11Context.h Libretro: style nits. 2018-03-26 17:37:34 +01:00
LibretroGLContext.cpp Libretro: style nits. 2018-03-26 17:37:34 +01:00
LibretroGLContext.h Fix libretro compile for gles platforms 2018-03-28 14:15:39 -05:00
LibretroGraphicsContext.cpp Libretro: style nits. 2018-03-26 17:37:34 +01:00
LibretroGraphicsContext.h Libretro: style nits. 2018-03-26 17:37:34 +01:00
LibretroVulkanContext.cpp Libretro: style nits. 2018-03-26 17:37:34 +01:00
LibretroVulkanContext.h Libretro: style nits. 2018-03-26 17:37:34 +01:00
link.T Libretro port. 2018-03-24 12:44:53 +01:00
Makefile Libretro: update Makefiles. 2018-03-26 17:52:35 +01:00
Makefile.common json: Switch to gason instead of vjson. 2018-06-06 05:59:35 -07:00