summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/sdlos_unix.c
diff options
context:
space:
mode:
author Ryan Holtz <rholtz@batcountryentertainment.com>2011-05-22 23:59:27 +0000
committer Ryan Holtz <rholtz@batcountryentertainment.com>2011-05-22 23:59:27 +0000
commit01f16cb0f82a340144fa5963123113307ed81747 (patch)
treeda7eae9903bce511feab00f16f23928b508e4aee /src/osd/sdl/sdlos_unix.c
parent16df8a060c11b70ec365803dff2ffb10389c929f (diff)
HLSL Updates: [Ryan Holtz, Bat Country Entertainment]
- Created a new OSD function, osd_get_slider_list, which allows OS-specific slider controls. - Plumbed new OSD-specific slider controls for HLSL parameters on Direct3D 9 targets. And there was much rejoicing.
Diffstat (limited to 'src/osd/sdl/sdlos_unix.c')
-rw-r--r--src/osd/sdl/sdlos_unix.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/osd/sdl/sdlos_unix.c b/src/osd/sdl/sdlos_unix.c
index c1ba9baeea5..782b4a333c1 100644
--- a/src/osd/sdl/sdlos_unix.c
+++ b/src/osd/sdl/sdlos_unix.c
@@ -290,6 +290,15 @@ const char *osd_get_volume_name(int idx)
}
//============================================================
+// osd_get_slider_list
+//============================================================
+
+const slider_value *osd_get_slider_list()
+{
+ return NULL;
+}
+
+//============================================================
// osd_get_full_path
//============================================================