Premo game plugin: Difference between revisions
Jump to navigation
Jump to search
m (→1 Interface) |
m (→Sub Display) |
||
Line 26: | Line 26: | ||
16: gpifo, 1 Parameter: int * gpifo | 16: gpifo, 1 Parameter: int * gpifo | ||
17: Input: | 17: Input: | ||
==Remote Play== | |||
Load up parameters: | |||
type = 0 | |||
execType = int | |||
version = int | |||
format = 1 | |||
width = int | |||
height = int | |||
pitch = 0x800 (2048 decimal) | |||
aspectRatio = int | |||
captureMode = 1 | |||
ch = 2 | |||
mainmem = int | |||
skimflag = 1 | |||
equeue = 0 | |||
==Sub Display== | ==Sub Display== | ||
Line 39: | Line 56: | ||
aspectRatio = int | aspectRatio = int | ||
captureMode = 0/1 | captureMode = 0/1 | ||
ch = int | |||
mainmem = int | mainmem = int | ||
skimflag = int | skimflag = int |
Revision as of 18:34, 16 August 2014
1 Identifiers:
- 1
1 Interface
contains 18 subs:
0: return 0 1: end, return 0 - (Sub Display/Remote Play) End 2: Input: 3: 1 Parameter: int (0/1) 4: 1 Parameter: uint8_t [0x20] 5: Input: 6: start, 0 Parameter: - (Sub Display/Remote Play) Start 7: stop, 0 Parameter: - (Sub Display/Remote Play) Stop 8: SetVolume, 1 Parameter: float volume 9: GetVolume, 1 Parameter: float * volume 10: 0 Parameter: - return/get Premo Error Code 11: peernum, 0 Parameter: - returns number of connected remote play devices 12: peerinfo, 2 Parameter: uint8_t peerInfo[ ], int * num - gets peer list 13: 0 Parameter: - return Premo Type 14: eall, 1 Parameter: int arg1 15: svout, 1 Parameter: int arg1 16: gpifo, 1 Parameter: int * gpifo 17: Input:
Remote Play
Load up parameters:
type = 0 execType = int version = int format = 1 width = int height = int pitch = 0x800 (2048 decimal) aspectRatio = int captureMode = 1 ch = 2 mainmem = int skimflag = 1 equeue = 0
Sub Display
Load up parameters:
type = 1 execType = 0 version = int format = 2/4 width = int height = int pitch = int aspectRatio = int captureMode = 0/1 ch = int mainmem = int skimflag = int equeue =