aboutsummaryrefslogtreecommitdiff
path: root/examples/fpscam
diff options
context:
space:
mode:
authorJohn Wilbert M. Villamor <lameguy64@gmail.com>2019-08-17 14:44:29 +0800
committerJohn Wilbert M. Villamor <lameguy64@gmail.com>2019-08-17 14:44:29 +0800
commit82a441e7bd3a5103330c7d5ca7f9df470953e586 (patch)
treea8a933aa9f03767c6cebc5e11380c37931eae5cd /examples/fpscam
parente7f9e08937f9d556793c1e0ff0a08856a3897b41 (diff)
downloadpsn00bsdk-82a441e7bd3a5103330c7d5ca7f9df470953e586.tar.gz
Added childexec example, added BIOS memory card functions, changed PAD function names, runtime library now 0.13b
Diffstat (limited to 'examples/fpscam')
-rw-r--r--examples/fpscam/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/fpscam/main.c b/examples/fpscam/main.c
index 0cde9f5..32c8de4 100644
--- a/examples/fpscam/main.c
+++ b/examples/fpscam/main.c
@@ -617,10 +617,10 @@ void init() {
// Init BIOS pad driver and set pad buffers (buffers are updated
// automatically on every V-Blank)
- _InitPad(&pad_buff[0][0], 34, &pad_buff[1][0], 34);
+ InitPAD(&pad_buff[0][0], 34, &pad_buff[1][0], 34);
// Start pad
- _StartPad();
+ StartPAD();
// Don't make pad driver acknowledge V-Blank IRQ (recommended)
ChangeClearPAD(0);