mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2025-12-28 16:29:39 +00:00
sync shm
This commit is contained in:
parent
7cf17e087a
commit
9ecd495f53
@ -7,7 +7,7 @@
|
||||
#define TAG_SIZE 32 * 1024
|
||||
|
||||
#define MEDIA_PACKET_SIZE 5 * 1024 * 1024
|
||||
#define DATA_PACKET_SIZE 1024
|
||||
#define DATA_PACKET_SIZE 5 * 1024
|
||||
|
||||
typedef struct {
|
||||
int active;
|
||||
@ -61,6 +61,7 @@ typedef struct _MediaMemory {
|
||||
|
||||
typedef struct _DataMemory {
|
||||
DataQueue audio;
|
||||
DataQueue session;
|
||||
HIDQueue data;
|
||||
char worker_info[TAG_SIZE];
|
||||
int worker_info_size;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user