Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one. | Emmanuel Gil Peyrot | 2015-02-22 | 1 | -0/+10 |
| | |||||
* | Asserts: break/crash program, fit to style guide; log.h->assert.h | archshift | 2015-02-11 | 1 | -5/+5 |
| | | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft. | ||||
* | Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx | archshift | 2015-01-21 | 1 | -17/+17 |
| | |||||
* | License change | purpasmart96 | 2014-12-21 | 1 | -1/+1 |
| | |||||
* | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 2014-12-13 | 1 | -8/+8 |
| | |||||
* | Change NULLs to nullptrs. | Rohit Nirmal | 2014-12-03 | 1 | -3/+3 |
| | |||||
* | GLFW: Add an error callback before calling glfwInit() | Emmanuel Gil Peyrot | 2014-11-30 | 1 | -2/+6 |
| | | | | | | It will print a message to know what happened in case something went wrong in a GLFW call. Also replace every printf() in the glfw emu-window by ERROR_LOG(). | ||||
* | citra GLFW: Ignore minimal window size hints. | Tony Wasserka | 2014-11-18 | 1 | -8/+2 |
| | | | | GLFW provides no proper support for this, hence we just allow any window size to be used. | ||||
* | EmuWindow: Remove window title getters/setters. | Tony Wasserka | 2014-11-18 | 1 | -3/+4 |
| | | | | | The window title is none of the emulation core's business. The GUI code is free to put whatever it wants there. Providing properly thread-safe window title getters and setters is a mess anyway. | ||||
* | EmuWindow: Add support for specifying minimal client area sizes. | Tony Wasserka | 2014-11-18 | 1 | -0/+21 |
| | |||||
* | Fixup EmuWindow interface and implementations thereof. | Tony Wasserka | 2014-11-18 | 1 | -15/+36 |
| | |||||
* | Viewport scaling and display density independence | Kevin Hartman | 2014-11-18 | 1 | -0/+5 |
| | | | | | 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. | ||||
* | emu_window_glfw.cpp: Fixed graceful quitting | archshift | 2014-10-19 | 1 | -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. | archshift | 2014-10-17 | 1 | -0/+5 |
| | |||||
* | OpenGL renderer: Request a forward compatible context in citra-qt | Yuri Kunde Schlesner | 2014-10-12 | 1 | -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. | archshift | 2014-10-08 | 1 | -25/+22 |
| | | | | Uses QSettings on citra-qt, and inih on citra-cli. | ||||
* | Added support for multiple input device types for KeyMap and connected Qt. | Kevin Hartman | 2014-09-12 | 1 | -31/+34 |
| | |||||
* | Initial HID PAD work, with GLFW only. | Kevin Hartman | 2014-09-12 | 1 | -3/+36 |
| | |||||
* | Bootmanager: changed `filename` to std::string | archshift | 2014-08-15 | 1 | -1/+0 |
| | |||||
* | Preprocessor: #if's out OSX-specific GL changes on other platforms | archshift | 2014-06-12 | 1 | -0/+5 |
| | |||||
* | Fixed indents | archshift | 2014-05-01 | 1 | -7/+7 |
| | |||||
* | OpenGL 3+ on OSX with GLFW | archshift | 2014-05-01 | 1 | -1/+8 |
| | |||||
* | - removed deprecated version.h | bunnei | 2014-04-09 | 1 | -16/+14 |
| | | | | | - cleaned up window title - cleaned up emu_window_glfw/emu_window | ||||
* | fixed license headers in citra project | bunnei | 2014-04-09 | 1 | -34/+4 |
| | |||||
* | fixed project includes to use new directory structure | bunnei | 2014-04-09 | 1 | -3/+3 |
| | |||||
* | got rid of 'src' folders in each sub-project | bunnei | 2014-04-09 | 1 | -0/+98 |