From 464ea326541c1d8e68e7044d0578ee77771bce71 Mon Sep 17 00:00:00 2001 From: orbea Date: Sun, 11 Sep 2016 22:51:39 -0700 Subject: [PATCH] Add several libretro-samples info files --- dist/info/advanced_tests.info | 8 ++++++++ dist/info/button_test.info | 8 ++++++++ dist/info/testaudio_callback.info | 8 ++++++++ dist/info/testaudio_no_callback.info | 8 ++++++++ dist/info/testgl_compute_shaders.info | 8 ++++++++ dist/info/testsw_libretro.info | 8 ++++++++ dist/info/testsw_vram_libretro.info | 8 ++++++++ 7 files changed, 56 insertions(+) create mode 100644 dist/info/advanced_tests.info create mode 100644 dist/info/button_test.info create mode 100644 dist/info/testaudio_callback.info create mode 100644 dist/info/testaudio_no_callback.info create mode 100644 dist/info/testgl_compute_shaders.info create mode 100644 dist/info/testsw_libretro.info create mode 100644 dist/info/testsw_vram_libretro.info diff --git a/dist/info/advanced_tests.info b/dist/info/advanced_tests.info new file mode 100644 index 00000000..caa1789d --- /dev/null +++ b/dist/info/advanced_tests.info @@ -0,0 +1,8 @@ +display_name = "Advanced Test" +authors = "Team Libretro" +corename = "Advanced Test" +categories = "Tech demo" +license = "MIT" +permissions = "" +display_version = "v1" +supports_no_game = "true" diff --git a/dist/info/button_test.info b/dist/info/button_test.info new file mode 100644 index 00000000..e1393d92 --- /dev/null +++ b/dist/info/button_test.info @@ -0,0 +1,8 @@ +display_name = "Button Test" +authors = "Team Libretro" +corename = "Button Test" +categories = "Tech demo" +license = "MIT" +permissions = "" +display_version = "v1" +supports_no_game = "true" diff --git a/dist/info/testaudio_callback.info b/dist/info/testaudio_callback.info new file mode 100644 index 00000000..815e0afe --- /dev/null +++ b/dist/info/testaudio_callback.info @@ -0,0 +1,8 @@ +display_name = "TestAudio Callback" +authors = "Team Libretro" +corename = "TestAudio Callback" +categories = "Tech demo" +license = "MIT" +permissions = "" +display_version = "v1" +supports_no_game = "true" diff --git a/dist/info/testaudio_no_callback.info b/dist/info/testaudio_no_callback.info new file mode 100644 index 00000000..8e23f4c0 --- /dev/null +++ b/dist/info/testaudio_no_callback.info @@ -0,0 +1,8 @@ +display_name = "TestAudio NoCallback" +authors = "Team Libretro" +corename = "TestAudio NoCallback" +categories = "Tech demo" +license = "MIT" +permissions = "" +display_version = "v1" +supports_no_game = "true" diff --git a/dist/info/testgl_compute_shaders.info b/dist/info/testgl_compute_shaders.info new file mode 100644 index 00000000..c03cafcb --- /dev/null +++ b/dist/info/testgl_compute_shaders.info @@ -0,0 +1,8 @@ +display_name = "TestGL ComputeShaders" +authors = "Team Libretro" +corename = "TestGL ComputeShaders" +categories = "Tech demo" +license = "MIT" +permissions = "" +display_version = "v1" +supports_no_game = "true" diff --git a/dist/info/testsw_libretro.info b/dist/info/testsw_libretro.info new file mode 100644 index 00000000..1a9a1882 --- /dev/null +++ b/dist/info/testsw_libretro.info @@ -0,0 +1,8 @@ +display_name = "TestSW" +authors = "Team Libretro" +corename = "TestSW" +categories = "Tech demo" +license = "MIT" +permissions = "" +display_version = "v1" +supports_no_game = "true" diff --git a/dist/info/testsw_vram_libretro.info b/dist/info/testsw_vram_libretro.info new file mode 100644 index 00000000..08bc6bb1 --- /dev/null +++ b/dist/info/testsw_vram_libretro.info @@ -0,0 +1,8 @@ +display_name = "TestSW VRAM" +authors = "Team Libretro" +corename = "TestSW VRAM" +categories = "Tech demo" +license = "MIT" +permissions = "" +display_version = "v1" +supports_no_game = "true"