mirror of
https://github.com/open-goal/jak-project
synced 2026-06-11 05:08:53 -04:00
5ec9a91eb9
* decomp pad * more decompilation * update * fix test name
7 lines
121 B
C++
7 lines
121 B
C++
#pragma once
|
|
|
|
#define SCE_PAD_DMA_BUFFER_SIZE 0x100
|
|
|
|
namespace ee {
|
|
int scePadPortOpen(int port, int slot, void* data);
|
|
} |