mirror of
https://github.com/libretro/pcsx2.git
synced 2025-01-08 10:42:55 +00:00
5d37925617
* Added versioning info to savestates! (along with some other bugfixes) * Simplified the Boot and System menus -- removed the old Skip BIOS hack and replaced it with the new BOOT2 injection method (which is considered hack-free at this time). * Removed lots of UI deadlock gotchas. * Some new confirmation dialogs and better error handling. * Implemented an exclusive SysExecutor thread, which serves the purpose of executing system/VM commands and events in uninterrupted order (including suspend, resume, savestates, etc.) * ... and probably broke linux! git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2911 96395faa-99c1-11dd-bbfe-3dabce05a288
18 lines
470 B
XML
18 lines
470 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="w32pthreads"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories=""$(SvnRootDir)\3rdparty\w32pthreads\include""
|
|
PreprocessorDefinitions="WIN32_PTHREADS;__CLEANUP_SEH"
|
|
ExceptionHandling="2"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="w32pthreads_lib.lib"
|
|
/>
|
|
</VisualStudioPropertySheet>
|