qzdoom-gpl/src/posix/cocoa
Christoph Oelckers db86385cf6 - removed STACK_ARGS.
The only reason this even existed was that ZDoom's original VC projects used __fastcall. The CMake generated project do not, they stick to __cdecl.
Since no performance gain can be seen by using __fastcall the best course of action is to just remove all traces of it from the source and forget that it ever existed.
2016-04-11 10:46:30 +02:00
..
critsec.cpp
critsec.h
i_common.h - Fixed: Modern versions of GCC on PowerPC inserted padding to the end of pragma packed structures. 2016-03-13 01:14:08 -05:00
i_input.mm Added shortcut to toggle fullscreen on OS X 2016-01-09 17:12:58 +02:00
i_joystick.cpp Fixed uninitialized variable in IOKit controller handler 2016-01-24 14:43:55 +02:00
i_main.mm - Fixed: Modern versions of GCC on PowerPC inserted padding to the end of pragma packed structures. 2016-03-13 01:14:08 -05:00
i_main_except.cpp - Fixed: Modern versions of GCC on PowerPC inserted padding to the end of pragma packed structures. 2016-03-13 01:14:08 -05:00
i_system.mm - removed STACK_ARGS. 2016-04-11 10:46:30 +02:00
i_timer.cpp - changed I_GetTimeFrac to return a double instead of a fixed_t. 2016-03-24 12:00:21 +01:00
i_video.mm Add some 21:9 resolutions 2016-03-03 17:59:55 -06:00
st_console.h Made sure that the last text line is always visible in OS X startup window 2016-02-28 23:15:22 +01:00
st_console.mm Made title text always visible in OS X startup window 2016-04-10 14:06:18 +02:00
st_start.mm Added missing header #include for old OS X SDKs 2015-12-30 12:17:38 +02:00