ps2dev / gsKit

gsKit is a C interface to the PS2 Graphics Synthesizer
Other
107 stars 28 forks source link

New example, fix warnings, add HIRES warning #47

Closed rickgaiser closed 2 years ago

rickgaiser commented 3 years ago

Add a simple full-hd background example. Loads 2 jpeg files (1920x1080) and displays them 1s each in a loop. It's supposed to be an "as simple as possible" example of using this feature.

Fixed all compiler warnings (removed unused symbols)

Added big fat warning to all HIRES examples, as I see many users trying these in PCSX2. And PCSX2 does not work togeteher with HIRES, and probably never will.