| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove hand-crafted Visual Studio solution. | 2014-09-01 | 10 | -252/+0 | |
| | | |||||
| * | Update GLFW to 3.0.4 and include x64 lib for MSVC | 2014-09-01 | 2 | -3/+3 | |
| | | |||||
| * | Replace GLEW with a glLoadGen loader. | 2014-09-01 | 4 | -6/+5 | |
| | | | | | | | | | | 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. | 2014-06-22 | 1 | -1/+1 | |
| | | |||||
| * | fixed VSProps for Qt DLL copy | 2014-04-21 | 3 | -6/+10 | |
| | | |||||
| * | Ignore scm_rev.h and auto copy Qt dlls to bin folder on build. | 2014-04-19 | 3 | -1/+12 | |
| | | |||||
| * | Temporarily "fix" citra_qt for Windows | 2014-04-10 | 2 | -3/+3 | |
| | | |||||
| * | fixed project includes to use new directory structure | 2014-04-08 | 1 | -1/+1 | |
| | | |||||
| * | added initial renderer code | 2014-04-06 | 1 | -1/+1 | |
| | | |||||
| * | Basic QT window | 2014-03-31 | 3 | -0/+63 | |
| | | |||||
| * | renamed from citrus to citra | 2013-09-26 | 1 | -1/+1 | |
| | | |||||
| * | added UNICODE preprocessor define | 2013-09-23 | 2 | -2/+2 | |
| | | |||||
| * | removed preprocessor defines from base.props... these were not used | 2013-09-23 | 1 | -1/+2 | |
| | | |||||
| * | renamed project to 'citrus' | 2013-09-13 | 1 | -1/+1 | |
| | | |||||
| * | renamed AkiruBinDir to EmuBinDir | 2013-09-08 | 1 | -7/+7 | |
| | | |||||
| * | enabled StringPooling and EnableEnhancedInstructionSet | 2013-09-08 | 1 | -1/+3 | |
| | | |||||
| * | added missing project dependencies | 2013-09-08 | 1 | -0/+3 | |
| | | |||||
| * | various fixes to be able to build project | 2013-09-04 | 3 | -11/+11 | |
| | | |||||
| * | renamed VS properties to be correct filename case | 2013-09-04 | 5 | -0/+0 | |
| | | |||||
| * | replaced common code with dolphin common | 2013-09-04 | 2 | -0/+0 | |
| | | |||||
| * | adding initial project layout | 2013-08-29 | 7 | -0/+169 | |