Editing LV2 Functions and Syscalls
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 2,527: | Line 2,527: | ||
| {{Root}} | | {{Root}} | ||
| sys_game_get_temperature | | sys_game_get_temperature | ||
| int sys_game_get_temperature( | | int sys_game_get_temperature(0=CELL/1=RSX,uint32_t *temperature) ( HV System Manager access - ServiceID 13 (TEMPERATURE)) | ||
2nd Byte conversion: r.shift (second_byte * 0x64 ) by 8<br> | 2nd Byte conversion: r.shift (second_byte * 0x64 ) by 8<br> | ||
Example: 195 = 0xC3 -> 0xC3 * 0x64 -> 0x4C2C ->> shift -> 0x4C -> XX.76°C | Example: 195 = 0xC3 -> 0xC3 * 0x64 -> 0x4C2C ->> shift -> 0x4C -> XX.76°C | ||
|- | |- | ||
| 384 | | 384 | ||
Line 2,542: | Line 2,536: | ||
| {{Root}} | | {{Root}} | ||
| sys_sm_get_tzpb | | sys_sm_get_tzpb | ||
| 1 Param: syscall(384,uint64_t *tzpb); (uint8_t [0x20]) Get | | 1 Param: syscall(384,uint64_t *tzpb); (uint8_t [0x20]) Get TimeZone Presence <br> HV System Manager access - ServiceID 15 | ||
|- | |- | ||
| 385 | | 385 | ||
Line 6,049: | Line 6,043: | ||
!Name | !Name | ||
!Value | !Value | ||
|- | |- | ||
|BluRayEmuOff | |BluRayEmuOff | ||
|0x04L | |0x04L | ||
|- | |- | ||
| | |BluRayEmuUSB | ||
| | |0x20L | ||
|- | |- | ||
|DebugMode | |DebugMode | ||
|0x10L | |0x10L | ||
|- | |- | ||
| | |Default | ||
| | |0x00L | ||
|- | |||
|DualNIC | |||
|0x80L | |||
|- | |- | ||
| | |HDDSpeedBluRayEmu | ||
| | |0x08L | ||
|- | |- | ||
|HostFSTarget | |HostFSTarget | ||
|0x40L | |0x40L | ||
|- | |- | ||
| | |MemSizeConsole | ||
| | |0x02L | ||
|- | |||
|ReleaseMode | |||
|0x01L | |||
|- | |||
|SystemMode | |||
|0x11L | |||
|- | |- | ||
|} | |} |