summaryrefslogtreecommitdiffstats
path: root/src/citra/emu_window/emu_window_glfw.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implemented graceful closing of the GLFW window, along with emulation.archshift2014-10-171-0/+3
|
* Added configuration file system.archshift2014-10-081-1/+5
| | | | Uses QSettings on citra-qt, and inih on citra-cli.
* Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman2014-09-121-2/+3
|
* Replace GLEW with a glLoadGen loader.Yuri Kunde Schlesner2014-09-011-1/+0
| | | | | | | | | 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.
* - removed deprecated version.hbunnei2014-04-091-1/+1
| | | | | - cleaned up window title - cleaned up emu_window_glfw/emu_window
* fixed license headers in citra projectbunnei2014-04-091-23/+3
|
* fixed project includes to use new directory structurebunnei2014-04-091-1/+1
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-091-0/+53