aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprops
Commit message (Collapse)AuthorAge
* Replace GLEW with a glLoadGen loader.Gravatar Yuri Kunde Schlesner2014-09-01
| | | | | | | | | This should fix the GL loading errors that occur in some drivers due to the use of deprecated functions by GLEW. Side benefits are more accurate auto-completion (deprecated function and symbols don't exist) and faster pointer loading (less entrypoints to load). In addition it removes an external library depency, simplifying the build system a bit and eliminating one set of binary libraries for Windows.
* citra_qt: Removed autogenerated files from repo and fixed build issues.Gravatar bunnei2014-06-22
|
* fixed VSProps for Qt DLL copyGravatar bunnei2014-04-21
|
* Ignore scm_rev.h and auto copy Qt dlls to bin folder on build.Gravatar Mathieu Vaillancourt2014-04-19
|
* Temporarily "fix" citra_qt for WindowsGravatar Mathieu Vaillancourt2014-04-10
|
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
|
* added initial renderer codeGravatar bunnei2014-04-06
|
* Basic QT windowGravatar Mathieu Vaillancourt2014-03-31
|
* renamed from citrus to citraGravatar ShizZy2013-09-26
|
* added UNICODE preprocessor defineGravatar ShizZy2013-09-23
|
* removed preprocessor defines from base.props... these were not usedGravatar ShizZy2013-09-23
|
* renamed project to 'citrus'Gravatar ShizZy2013-09-13
|
* renamed AkiruBinDir to EmuBinDirGravatar ShizZy2013-09-08
|
* enabled StringPooling and EnableEnhancedInstructionSetGravatar ShizZy2013-09-08
|
* added missing project dependenciesGravatar ShizZy2013-09-08
|
* various fixes to be able to build projectGravatar ShizZy2013-09-04
|
* renamed VS properties to be correct filename caseGravatar ShizZy2013-09-04
|
* replaced common code with dolphin commonGravatar ShizZy2013-09-04
|
* adding initial project layoutGravatar ShizZy2013-08-29