pcsx2/common/include/Utilities
Jake.Stine 984e79ae03 Attempt for the GCC 4.3 compilation errors introduced in r2063/2064, by selectively disabling __fastcall for the functions being used as listeners... hope it works. >_<
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2071 96395faa-99c1-11dd-bbfe-3dabce05a288
2009-10-24 22:32:25 +00:00
..
Assertions.h Linux: some more minor tweaks to project files and compilation errors (release mode only) 2009-10-07 23:31:03 +00:00
Console.h Brand new approach to console logging, should be a lot more efficient, and is relatively deadlock-free. Also fixes most of the scrolling issues from prev versions. 2009-10-20 19:34:57 +00:00
Dependencies.h Attempted fix for GCC compilation errors in previous revision. Also: 2009-10-24 16:28:48 +00:00
EventSource.h Attempt for the GCC 4.3 compilation errors introduced in r2063/2064, by selectively disabling __fastcall for the functions being used as listeners... hope it works. >_< 2009-10-24 22:32:25 +00:00
Exceptions.h aligned_stack branch progress! 2009-10-19 01:50:52 +00:00
General.h Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
HashMap.h Improved MTGS (added better suspend/resume support), and work on savestates a bit (still not working tho) 2009-09-23 09:53:21 +00:00
MemcpyFast.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
Path.h Fixed a bug in BiosTools.cpp that caused Bios-Not-Found errors. 2009-09-13 17:11:35 +00:00
RedtapeWindows.h Savestates work! Not much else does yet (settings, etc), but at least this monkey's off my back. I can work on tying up more loose ends now. :) 2009-10-07 19:20:11 +00:00
SafeArray.h User Interface: 2009-10-16 03:58:29 +00:00
ScopedPtr.h User Interface: 2009-10-16 03:58:29 +00:00
StringHelpers.h User Interface: 2009-10-16 03:58:29 +00:00
Threading.h Reorganized the exception/signal handlers, setjmp/longjmp, and SysCoreThread stuff: 2009-10-23 20:24:59 +00:00
WinVersion.h Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
lnx_memzero.h Linux: Added more correct __asm__ qualifiers and conditions; including __volatile__ on a lot of asm code (it should really be the default behavior and non-vlatile the specifier, but whatever >_<), and added register clobber specifiers. Might help unbreak some of GCC 4.4's optimization problems, although VIFdma's uber-hack SSE optimization looks like a real problem. 2009-10-05 11:05:11 +00:00
win_memzero.h Savestates work! Not much else does yet (settings, etc), but at least this monkey's off my back. I can work on tying up more loose ends now. :) 2009-10-07 19:20:11 +00:00
wxBaseTools.h Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
wxGuiTools.h Implemented keyboard accelerator tables and a hashed global command table (should be ideal for eventual GUI extensions via plugin, and toolbars and other fanciness). Removed Pause menu and replaced it with a Suspend/Resume menu. Closing GS window behaves more nicely. 2009-09-20 20:54:45 +00:00