aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra/CMakeLists.txt
Commit message (Collapse)AuthorAge
* Added configuration file system.Gravatar archshift2014-10-07
| | | | Uses QSettings on citra-qt, and inih on citra-cli.
* CMake cleanupGravatar Yuri Kunde Schlesner2014-09-01
| | | | | | | | Several cleanups to the buildsystem: - Do better factoring of common libs between platforms. - Add support to building on Windows. - Remove Qt4 support. - Re-sort file lists and add missing headers.
* 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.
* Pica: Add support for dumping textures.Gravatar Tony Wasserka2014-08-25
|
* Removed unused citra.hGravatar archshift2014-08-19
|
* CMakeLists: rename HEADS, improved commentsGravatar archshift2014-05-19
| | | | Changes for clarity of comments, removed redundant compiler flags.
* Fixed indentsGravatar archshift2014-04-30
|
* Linux supportGravatar archshift2014-04-30
|
* A bit of Cmake loveGravatar archshift2014-04-30
|
* Some more experimentationGravatar archshift2014-04-29
|
* Merge commit upstream/master into issue-7-fixGravatar archshift2014-04-28
|\
* | IT'S ALIVE!Gravatar archshift2014-04-28
| |
| * Need to add Xcursor to linker?Gravatar Thomas Edvalson2014-04-25
|/
* Fixed CMake's import of GLFW.Gravatar Thomas Edvalson2014-04-25
|
* fixes to build on linuxGravatar bunnei2014-04-22
|
* fixed a bunch of errors in CMakeListsGravatar bunnei2014-04-09
|
* updated CMakeListsGravatar bunnei2014-04-09
|
* renamed from citrus to citraGravatar ShizZy2013-09-26