pcsx2/plugins/GSnull/Windows
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
..
Config.cpp clang format: set SpacesBeforeTrailingComments to 1 2016-10-16 21:42:31 +02:00
GS.def pcsx2|common|gsnull: Remove GSprintf API 2017-10-29 01:01:49 +01:00
GS.rc GSNull: Stop it calling itself "Firewire" in the config etc. 2012-11-21 11:18:22 +00:00
GSnull.vcxproj windows: Remove user.props references from all projects 2016-05-29 12:21:52 +01:00
GSnull.vcxproj.filters Rename files. 2015-08-18 00:44:35 -04:00
GSnull_vc2008.sln GSnull: remove obsolete makefiles, add eol-style:native property. 2009-10-30 22:34:27 +00:00
GSwin.cpp reformat null plugin with pointer symbol on the right 2016-09-08 21:52:49 +02:00
GSwin.h reformat null plugin with pointer symbol on the right 2016-09-08 21:52:49 +02:00
ProjectRootDir.props Introduce end-of-line normalization 2015-08-04 23:52:48 +02:00
Win32.cpp clang format: set SpacesBeforeTrailingComments to 1 2016-10-16 21:42:31 +02:00
resource.h GSNull: Stop it calling itself "Firewire" in the config etc. 2012-11-21 11:18:22 +00:00