Search found 2 matches

by icerlermis_tuzluk
January 20th, 2025, 3:57 am
Forum: Programming/CPU
Topic: Controller and Graphics Programming Issues
Replies: 4
Views: 6966

Re: C Programming Issues(Psy-Q SDK 1.12: Controller and Graphics Issues)


Removing line 36 and still getting the same error in line 36 makes no sense.
Or only makes sense if you don't know how to edit the source code, and save the changes.

I removed line 36 for testing to see if the issue was there, but it wasn't (when I removed the code, I got a different error). I'm ...
by icerlermis_tuzluk
January 19th, 2025, 12:10 am
Forum: Programming/CPU
Topic: Controller and Graphics Programming Issues
Replies: 4
Views: 6966

Controller and Graphics Programming Issues

Hi,
I'm currently working on a simple PS1 demo using PSYMAKE 1.12 (on Windows XP). For now, my goal is to render a red box on a white background and control it using the D-Pad. However, I keep encountering the following errors during compilation:

MAIN.C(36): PADTYPE undeclared (first use in this ...