comparison vm.h @ 134:d9d75a22a061 src

- new event on cell changes to report program and cell number and some time info - get rid of memcopies in event handling
author mroi
date Tue, 25 Mar 2003 12:46:29 +0000
parents d09a81cf65ce
children 5897ff629f7c
comparison
equal deleted inserted replaced
133:d09a81cf65ce 134:d9d75a22a061
67 int32_t domain; /* domain to use */ 67 int32_t domain; /* domain to use */
68 int32_t spu_channel; /* spu channel to use */ 68 int32_t spu_channel; /* spu channel to use */
69 int32_t angle_channel; /* angle channel to use */ 69 int32_t angle_channel; /* angle channel to use */
70 int32_t audio_channel; /* audio channel to use */ 70 int32_t audio_channel; /* audio channel to use */
71 int32_t hop_channel; /* channel hopping. E.g menu button pressed */ 71 int32_t hop_channel; /* channel hopping. E.g menu button pressed */
72 #if 0
73 /* currently unused */
72 int32_t title; /* title number */ 74 int32_t title; /* title number */
73 int32_t chapter; /* chapter number */ 75 int32_t chapter; /* chapter number */
76 #endif
74 int32_t cell; /* cell number */ 77 int32_t cell; /* cell number */
75 int32_t cell_restart; /* get cell to restart */ 78 int32_t cell_restart; /* get cell to restart */
76 int32_t cell_start; /* sector number of start of current cell in use */ 79 int32_t cell_start; /* sector number of start of current cell in use */
77 int32_t still; /* is cell still */ 80 int32_t still; /* is cell still */
78 int32_t block; /* block number within cell in use */ 81 int32_t block; /* block number within cell in use */