pcsx2/common
Jonathan Li 96b412ebb8 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.
2017-10-29 01:01:49 +01:00
..
build common: add make_unique for C++11 2017-05-03 12:03:38 +02:00
include pcsx2|common|gsnull: Remove GSprintf API 2017-10-29 01:01:49 +01:00
src common: workaround to start ASAN with recent glibc 2017-05-16 09:20:35 +02:00
vsprops pcsx2 gui: use git desribe as version name 2016-11-08 22:44:39 +01:00
svn_readme.txt Introduce end-of-line normalization 2015-08-04 23:52:48 +02:00