Difference between revisions of "MIC Services"

From 3dbrew
Jump to navigation Jump to search
Line 13: Line 13:
 
|-
 
|-
 
| 0x00030140
 
| 0x00030140
| ?
+
| (u8 unk0, u8 unk1, u32 unk2, u32 offset, u8 unk3) ? (input offset = offset where the offset field is located in sharedmem, normally sharedmemsize-4)
 
|-
 
|-
 
| 0x00050000
 
| 0x00050000
Line 19: Line 19:
 
|-
 
|-
 
| 0x00060000
 
| 0x00060000
| ?
+
| This writes an unknown output u8 to cmdreply indexword[2].
 
|-
 
|-
 
| 0x00080040
 
| 0x00080040
| ?
+
| (u8 input) ?
 
|-
 
|-
 
| 0x00090000
 
| 0x00090000
| ?
+
| This writes an unknown output u8 to cmdreply indexword[2].
 
|-
 
|-
 
| 0x000A0040
 
| 0x000A0040
| ?
+
| (u8 input) ?
 +
|-
 +
| 0x000C0042
 +
| (size, [[IPC Command Structure|<translate-header>]], bufptr) ?
 
|-
 
|-
 
| 0x00100040
 
| 0x00100040
| ?
+
| (u32 input) ?
 
|}
 
|}
  
 
=See Also=
 
=See Also=
 
[[MIC Shared Memory]]
 
[[MIC Shared Memory]]

Revision as of 05:21, 28 August 2014

Microphone service "mic:u"

Command Header Description
0x00010042 (u32 sharedmemsize, val0, Handle sharedmem_handle)
0x00020000 ?
0x00030140 (u8 unk0, u8 unk1, u32 unk2, u32 offset, u8 unk3) ? (input offset = offset where the offset field is located in sharedmem, normally sharedmemsize-4)
0x00050000 ?
0x00060000 This writes an unknown output u8 to cmdreply indexword[2].
0x00080040 (u8 input) ?
0x00090000 This writes an unknown output u8 to cmdreply indexword[2].
0x000A0040 (u8 input) ?
0x000C0042 (size, <translate-header>, bufptr) ?
0x00100040 (u32 input) ?

See Also

MIC Shared Memory