diff options
| author | John Wilbert M. Villamor <lameguy64@gmail.com> | 2019-06-23 07:42:16 +0800 |
|---|---|---|
| committer | John Wilbert M. Villamor <lameguy64@gmail.com> | 2019-06-23 07:42:16 +0800 |
| commit | 7be9178c0f9b0e698a305ecc5c0c41fcc596a4fc (patch) | |
| tree | e98c627e1da5c764563774b89b0c06d7ac5ad0a4 /examples/rgb24 | |
| parent | ae9e545c3ed33d39ce21ae13ceb8337fa34901b8 (diff) | |
| download | psn00bsdk-7be9178c0f9b0e698a305ecc5c0c41fcc596a4fc.tar.gz | |
LibPSn00b officially v0.10b, added psxsio library, better DrawSync() and VSync(), better reference manual.
Diffstat (limited to 'examples/rgb24')
| -rw-r--r-- | examples/rgb24/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rgb24/main.c b/examples/rgb24/main.c index 178ece2..9f1a647 100644 --- a/examples/rgb24/main.c +++ b/examples/rgb24/main.c @@ -43,7 +43,7 @@ int main() { // Upload image to VRAM GetTimInfo(tim_image, &tim); LoadImage(tim.prect, tim.paddr); - DrawSync(); + DrawSync(0); while(1) { } |
