[PS2模拟器PCSX2]10月30号测试版下载-git 10月30号
-
- pcsx2|common|gsnull: Remove GSprintf API
It's not really used, and the OSD uses a different API.
The specified calling convention (stdcall) is also incorrect since
variadic functions are caller-clean, not callee-clean. The compilers
ignore the stdcall and just use cdecl (I think), though it does trigger
a -Wcast-calling-convention on clang.
- pcsx2|common|gsnull: Remove GSprintf API