summaryrefslogtreecommitdiff
path: root/softhddevice_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'softhddevice_service.h')
-rw-r--r--softhddevice_service.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/softhddevice_service.h b/softhddevice_service.h
index 737f8b0..03be695 100644
--- a/softhddevice_service.h
+++ b/softhddevice_service.h
@@ -23,6 +23,7 @@
#pragma once
#define ATMO_GRAB_SERVICE "SoftHDDevice-AtmoGrabService-v1.0"
+#define OSD_3DMODE_SERVICE "SoftHDDevice-Osd3DModeService-v1.0"
enum
{ GRAB_IMG_RGBA_FORMAT_B8G8R8A8 };
@@ -42,3 +43,8 @@ typedef struct
int height;
void *img;
} SoftHDDevice_AtmoGrabService_v1_0_t;
+
+typedef struct
+{
+ int Mode;
+} SoftHDDevice_Osd3DModeService_v1_0_t;