mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
* Attempt to add sys_gamepad... * Stub ycon methods Signed-off-by: clienthax <clienthax@gmail.com>
7 lines
156 B
C
7 lines
156 B
C
#pragma once
|
|
|
|
#include "Emu/Cell/ErrorCodes.h"
|
|
|
|
//Syscalls
|
|
|
|
u32 sys_gamepad_ycon_if(uint8_t packet_id, vm::ps3::ptr<uint8_t> in, vm::ps3::ptr<uint8_t> out); |