Commit Graph

15 Commits (221a9b023d8c9ca55c093823e9efd6d13d0a54a2)

Author SHA1 Message Date
Kevin Hartman 221a9b023d Viewport scaling and display density independence
The view is scaled to be as large as possible, without changing the aspect, within the bounds of the window.
On "retina" displays, or other displays where window units != pixels, the view should no longer draw incorrectly.
11 years ago
archshift 36c04ae2ee emu_window_glfw.cpp: Fixed graceful quitting
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.
11 years ago
archshift ccb59a9d28 Implemented graceful closing of the GLFW window, along with emulation. 11 years ago
Yuri Kunde Schlesner ac54cd13db OpenGL renderer: Request a forward compatible context in citra-qt
This should fix context creation on OS X. Also requests a core context on all platforms in Citra-GLFW, for consistency.
11 years ago
archshift e6594f9f53 Added configuration file system.
Uses QSettings on citra-qt, and inih on citra-cli.
11 years ago
Kevin Hartman 02fd19b2f6 Added support for multiple input device types for KeyMap and connected Qt. 11 years ago
Kevin Hartman 4a94ec934a Initial HID PAD work, with GLFW only. 11 years ago
archshift 6096b289b7 Bootmanager: changed `filename` to std::string 11 years ago
archshift ee4717aaae Preprocessor: #if's out OSX-specific GL changes on other platforms 12 years ago
archshift 704075f04a Fixed indents 12 years ago
archshift c1b770cc0d OpenGL 3+ on OSX with GLFW 12 years ago
bunnei 5da03e821e - removed deprecated version.h
- cleaned up window title
- cleaned up emu_window_glfw/emu_window
12 years ago
bunnei ad4fffca0d fixed license headers in citra project 12 years ago
bunnei de0a034a84 fixed project includes to use new directory structure 12 years ago
bunnei 63e46abdb8 got rid of 'src' folders in each sub-project 12 years ago