pcsx2/common/include/Utilities
Jake.Stine eff929cf09 Minor buildsystem changes (remove some warnings and add function level linking option to all 3rdparty libs)
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1966 96395faa-99c1-11dd-bbfe-3dabce05a288
2009-10-05 14:40:46 +00:00
..
Assertions.h Linux: We don't need no stinkin' muldefs! (fyi, turns out the solution was to use the "inline" keyword on class member prototype definitions, yes that simple -_-) 2009-10-04 20:28:08 +00:00
Console.h Minor buildsystem changes (remove some warnings and add function level linking option to all 3rdparty libs) 2009-10-05 14:40:46 +00:00
Dependencies.h Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
Exceptions.h Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +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 Upgraded PCSX2 core and utilities to GPLv3. 2009-09-08 12:08:10 +00:00
SafeArray.h (work in progress -- some of this stuff still doesn't quite work as it should) 2009-09-29 19:16:00 +00:00
ScopedPtr.h Bind the cdvd's newDiskCB properly when changing CDVD sources; and more jASSUME->pxAssert change-overs. 2009-10-04 15:34:40 +00:00
StringHelpers.h Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +00:00
Threading.h Lots of new code maintenance stuffs: 2009-10-04 08:27:27 +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 Renamed memzero_obj to memzero. Been meaning to do that for a while. Also, Savestates *almost* work, but it's just not going to happen. See everyone in 5 days or so. -_- 2009-09-23 12:53:32 +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