libretro / LRPS2

GNU General Public License v2.0
159 stars 47 forks source link

Remove static gs lib #254

Closed LibretroAdmin closed 1 year ago

LibretroAdmin commented 1 year ago

Finally moves plugins/GS to pcsx2/GS and no longer makes it a static lib that has to be linked together at the final stage. Should bring it closer to parity with mainline. Had to make one divergence - created a file called GSFuncs.h and put the function prototypes there.