summaryrefslogtreecommitdiffstats
path: root/src/citra/emu_window (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add `override` keyword through the code.Yuri Kunde Schlesner2014-10-261-4/+4
| | | | This was automated using `clang-modernize`.
* emu_window_glfw.cpp: Fixed graceful quittingarchshift2014-10-191-1/+1
| | | | In PR #143, the name of the function IsOpen was originally ShouldClose, but was changed. The function's caller was changed to reflect this, but the return value wasn't.
* Implemented graceful closing of the GLFW window, along with emulation.archshift2014-10-172-0/+8
|
* OpenGL renderer: Request a forward compatible context in citra-qtYuri Kunde Schlesner2014-10-121-3/+0
| | | | This should fix context creation on OS X. Also requests a core context on all platforms in Citra-GLFW, for consistency.
* Added configuration file system.archshift2014-10-082-26/+27
| | | | 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-122-33/+37
|
* Initial HID PAD work, with GLFW only.Kevin Hartman2014-09-121-3/+36
|
* 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.
* Bootmanager: changed `filename` to std::stringarchshift2014-08-151-1/+0
|
* Preprocessor: #if's out OSX-specific GL changes on other platformsarchshift2014-06-121-0/+5
|
* Fixed indentsarchshift2014-05-011-7/+7
|
* OpenGL 3+ on OSX with GLFWarchshift2014-05-011-1/+8
|
* - removed deprecated version.hbunnei2014-04-092-17/+15
| | | | | - cleaned up window title - cleaned up emu_window_glfw/emu_window
* fixed license headers in citra projectbunnei2014-04-092-57/+7
|
* fixed project includes to use new directory structurebunnei2014-04-092-4/+4
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-092-0/+151