Search found 4 matches

by krystalgamer
October 4th, 2021, 4:03 am
Forum: Psy-Q SDK
Topic: Looking for CC1PSX specific version
Replies: 1
Views: 7238

Re: Looking for CC1PSX specific version

From my search it should be Programmer Tools 2.1, does anyone have it?
by krystalgamer
October 4th, 2021, 3:29 am
Forum: Psy-Q SDK
Topic: Looking for CC1PSX specific version
Replies: 1
Views: 7238

Looking for CC1PSX specific version

Greetings, I'm looking for a specific version of cc1psx, the version I'm looking for is something before the one based on GCC 2.8.1 I've tested with the one based on GCC 2.7.2 and got similar results so I think there's a version of the compiler based either on GCC 2.7.2.x or 2.8.x that contains the ...
by krystalgamer
April 4th, 2017, 5:41 am
Forum: Miscellaneous
Topic: What does VSync() do?
Replies: 2
Views: 13703

Re: What does VSync() do?

Thanks, i've found it on page 348 of libref.pdf.
by krystalgamer
April 4th, 2017, 2:30 am
Forum: Miscellaneous
Topic: What does VSync() do?
Replies: 2
Views: 13703

What does VSync() do?

Hey, im trying to reverse a game and trying to figure out when something is written to a certain memory position. I've tried to setup breakpoints but no avail.

By stepping through the code i found out that it's written after calling that function, so what does it do?