aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt/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
|
* Add Qt5 option. Use Qt5 by default.Gravatar Sacha2014-08-19
|
* CMake CleanupGravatar Sacha2014-08-18
|
* citra-qt: Add command list view.Gravatar Tony Wasserka2014-06-12
|
* citra-qt: Add GX command history viewer.Gravatar Tony Wasserka2014-06-12
|
* 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
|
* IT'S ALIVE!Gravatar archshift2014-04-28
|
* fixes to build on linuxGravatar bunnei2014-04-22
|
* updated CMakeLists for missing filesGravatar ShizZy2014-04-22
|
* Temporarily "fix" citra_qt for WindowsGravatar Mathieu Vaillancourt2014-04-10
|
* Basic QT windowGravatar Mathieu Vaillancourt2014-03-31