Commit graph

34 commits

Author SHA1 Message Date
Rodolfo Bogado 3963a18501 update to visual studio 2019 2019-06-23 21:09:49 -03:00
Rodolfo Bogado 6b7c04b4da Merge latest core changes 2018-02-21 00:28:22 -03:00
Rodolfo Bogado ccb1dfc63e merge master change from last week, fix some issues reported in the forum, Vulkan is currently broken because im in the middle of implementing post processing 2017-11-20 15:11:03 -03:00
Rodolfo Bogado 2d35f037d8 Merge latest master changes 2017-08-19 14:01:13 -03:00
Rodolfo Bogado 49ad9ea36c merge latest master changes 2017-07-05 00:21:40 -03:00
Rodolfo Bogado b3e47e8070 Merge latest master changes 2017-05-20 14:23:47 -03:00
Rodolfo Bogado 8d7494c007 Merge latest master changes 2017-04-24 21:48:22 -03:00
Rodolfo Bogado ef0920a7cd merge latest master changes 2017-03-21 20:44:08 -03:00
Rodolfo Bogado e5a03bcfc8 upgrade solution to visual studio 2017 2017-03-09 21:20:08 -03:00
Rodolfo Bogado c04c806270 Merge latest master changes 2016-12-30 15:50:09 -03:00
Rodolfo Bogado dda45ee317 Merge latest master changes 2016-07-15 12:06:22 -03:00
Rodolfo Bogado 1ca06168b6 Merge Latest master Changes 2015-10-05 10:39:54 -03:00
Rodolfo Bogado ec1423ee47 Merge latest master changes, Migrate solution to visual studio 2015, and add n a option to disable Custom Texture GPU Ram Cache 2015-09-06 23:23:58 -03:00
Rodolfo Bogado 27ce1cdac7 merge latest master changes 2015-05-12 23:28:19 -03:00
Rodolfo Bogado 3e948f54c8 Partial merge from master 2014-10-04 12:11:42 -03:00
Rodolfo Bogado beab3bca68 merge latest master changes 2014-09-03 17:38:59 -03:00
Rodolfo Bogado fa144dff2f Master merge v1 2014-06-03 18:14:53 -03:00
Rodolfo Bogado 5e9630a208 change code organization to make it compatible with master and allow easy code merges 2014-04-21 17:40:34 -03:00
Rodolfo Bogado 0ff97f1859 Solution Update to vs2013 2013-11-09 18:40:00 -03:00
Matthew Parlane 59e060aba2 Missed some VS build options. 2013-08-16 21:42:31 +12:00
Matthew Parlane d6ec6ae97a Fix polarssl on Windows. 2013-08-16 00:24:10 +12:00
Jordan Woyak 536c110b31 Fix "DiscIO" to build with "Unicode". 2013-02-27 20:04:07 -06:00
skidau 7885e63deb Added wbfs support. Thanks to lordlyhobo for the patch. Fixes issue 859. 2012-05-04 00:09:01 +10:00
Shawn Hoffman c5d746f3d8 remove scons files from VS projects 2012-03-18 06:41:12 -07:00
Shawn Hoffman 95517a9741 vs2010: Disable LTCG for realz 2011-09-05 09:43:23 -07:00
Shawn Hoffman 6e4923399e revert r7212 (express users must modify a single line, instead)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7220 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-02-21 15:17:41 +00:00
Shawn Hoffman 62cb8ebe46 Force dolphin to use the windows7.1sdk (the windows7.1sdk installer is silly and refuses to recognize that vs2010 exists).
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7212 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-02-20 18:08:20 +00:00
Shawn Hoffman a34b81cc01 vs2010:
buildfix
move much of the build settings to .props files
-please use them as much as possible in the future, instead of changing individual projects
NOTE: to avoid left over blobs, clean your builds *before* applying these changes.
TODO: add DebugFast target for projects that are lacking it. Lack of DebugFast targets cause the linker to use LTCG when we don't want it.
please test for regressions which could be caused by being too happy with compiler flags :)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7109 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-02-08 04:03:48 +00:00
Shawn Hoffman af9ef060c0 vs2010: Enable LTCG only for release builds.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7032 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-02-01 04:45:29 +00:00
Shawn Hoffman 118d623a18 vs2010:
fix all build targets (they've all built here - you may have to manually delete the intermediate directories if you have conflicts after this commit).
set the debug path to $(TargetDir)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7022 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-01-31 15:53:54 +00:00
Shawn Hoffman 7ae1340179 vs2010 add filters for everything (...except wxw projects...). Try to fix SVNRevGen, but I'm not sure it's working...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7012 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-01-31 07:51:37 +00:00
Jordan Woyak 66cd497dfe Added "DebugFast" configs to vs2010 projects. Removed solution folders.(vs express doesn't like them)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6931 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-01-27 10:41:26 +00:00
Soren Jorvang 0288742565 Various minor fixes to allow building with clang on OS X.
Fixes issue 3992. 

wxWidgets patch at http://trac.wxwidgets.org/ticket/12332 .


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6929 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-01-27 05:01:00 +00:00
Jordan Woyak cbc520a70a Committing Visual Studio 2010 solution/project files. (not switching from 2008 just yet, just making 2010 an option) Still need to add a "DebugFast" config and change optimization settings.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6927 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-01-27 00:14:29 +00:00