mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 10:22:48 +01:00
- [Psy-X] add stub PadInit, PadRead, PadStop
This commit is contained in:
parent
3c3ce36385
commit
5946dfaee5
@ -70,3 +70,24 @@ long GetVideoMode()
|
||||
{
|
||||
return g_vmode;
|
||||
}
|
||||
|
||||
void PadInit(int mode)
|
||||
{
|
||||
PSYX_UNIMPLEMENTED();
|
||||
|
||||
// TODO: call PadInitDirect
|
||||
}
|
||||
|
||||
u_long PadRead(int id)
|
||||
{
|
||||
PSYX_UNIMPLEMENTED();
|
||||
|
||||
// TODO: return pad data as u_long
|
||||
}
|
||||
|
||||
void PadStop(void)
|
||||
{
|
||||
PSYX_UNIMPLEMENTED();
|
||||
|
||||
// TODO: stop pad reads
|
||||
}
|
Loading…
Reference in New Issue
Block a user