aboutsummaryrefslogtreecommitdiff
path: root/src/citra/emu_window/emu_window_glfw.cpp
AgeCommit message (Collapse)Author
2014-10-19emu_window_glfw.cpp: Fixed graceful quittingarchshift
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.
2014-10-17Implemented graceful closing of the GLFW window, along with emulation.archshift
2014-10-12OpenGL renderer: Request a forward compatible context in citra-qtYuri Kunde Schlesner
This should fix context creation on OS X. Also requests a core context on all platforms in Citra-GLFW, for consistency.
2014-10-07Added configuration file system.archshift
Uses QSettings on citra-qt, and inih on citra-cli.
2014-09-12Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman
2014-09-11Initial HID PAD work, with GLFW only.Kevin Hartman
2014-08-14Bootmanager: changed `filename` to std::stringarchshift
2014-06-12Preprocessor: #if's out OSX-specific GL changes on other platformsarchshift
2014-04-30Fixed indentsarchshift
2014-04-30OpenGL 3+ on OSX with GLFWarchshift
2014-04-08- removed deprecated version.hbunnei
- cleaned up window title - cleaned up emu_window_glfw/emu_window
2014-04-08fixed license headers in citra projectbunnei
2014-04-08fixed project includes to use new directory structurebunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei