Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support additional screen layouts. | James Rowe | 2016-11-05 | 1 | -3/+1 |
| | | | | | Allows users to choose a single screen layout or a large screen layout. Adds a configuration option to change the prominent screen. | ||||
* | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 2016-09-21 | 1 | -3/+0 |
| | | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | ||||
* | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | 2016-09-19 | 1 | -7/+4 |
| | |||||
* | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 2016-09-18 | 1 | -68/+66 |
| | |||||
* | qt: Recreate GL context on startup to support changing V-Sync. | bunnei | 2016-08-30 | 1 | -25/+35 |
| | |||||
* | config: Add a setting for graphics V-Sync. | bunnei | 2016-08-30 | 1 | -0/+1 |
| | |||||
* | Refactor input subsystem | wwylele | 2016-05-15 | 1 | -3/+4 |
| | |||||
* | Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709) | Henrik Rydgård | 2016-04-29 | 1 | -0/+2 |
| | | | | | | | | | | | | * Make Citra build with MICROPROFILE_ENABLED set to 0 * Buildfix with microprofile kept on * moc did not like a dialog to conditionally exist. * Cleanup * Fix end of line | ||||
* | citra-qt: Fix mouse events coordinates on high-DPI screens | Pierre de La Morinerie | 2015-10-04 | 1 | -12/+19 |
| | |||||
* | Fix for the refresh issue when no rendering is done | LittleWhite | 2015-09-24 | 1 | -1/+10 |
| | |||||
* | citra-qt: Fix connect error on startup | Kloen | 2015-09-18 | 1 | -3/+9 |
| | |||||
* | Merge pull request #1111 from LittleWhite-tb/qt-close-renderwindow | bunnei | 2015-09-14 | 1 | -0/+5 |
|\ | | | | | Stop emulation when render window is closed | ||||
| * | Stop emulation when render window is closed | LittleWhite | 2015-09-07 | 1 | -0/+5 |
| | | |||||
* | | citra_qt: Reorganize headers | Lioncash | 2015-09-11 | 1 | -9/+5 |
|/ | |||||
* | citra-qt: Move system shutdown to run inside EmuThread | Yuri Kunde Schlesner | 2015-09-03 | 1 | -0/+3 |
| | | | | | | This stops (for some reason sporadic) crashes and OpenGL errors during shutdown, when the OpenGL renderer tries to clean up objects from the UI thread, which has no OpenGL context active. | ||||
* | Increase required OpenGL version to 3.3 | Yuri Kunde Schlesner | 2015-08-30 | 1 | -1/+1 |
| | | | | | This gives us several niceties such as Sampler Objects, shader attribute locations and Timer Queries. | ||||
* | Integrate the MicroProfile profiling library | Yuri Kunde Schlesner | 2015-08-25 | 1 | -0/+5 |
| | | | | | This brings goodies such as a configurable user interface and multi-threaded timeline view. | ||||
* | citra-qt: Adjust initializer list order | Lioncash | 2015-07-29 | 1 | -1/+1 |
| | | | | Silences a warning. | ||||
* | Move input values into an array | James Rowe | 2015-07-28 | 1 | -26/+3 |
| | |||||
* | Qt: Fix disassembly widget stepping | aroulin | 2015-07-13 | 1 | -1/+1 |
| | |||||
* | CitraQt: Cleanup includes. | Emmanuel Gil Peyrot | 2015-06-28 | 1 | -0/+4 |
| | |||||
* | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot | 2015-05-29 | 1 | -1/+1 |
| | |||||
* | Qt: Silence a bogus warning printed when using the debug runtime | Yuri Kunde Schlesner | 2015-05-23 | 1 | -1/+7 |
| | | | | | | | | The Qt debug runtime prints a bogus warning on the console if you haven't called makeCurrent since the last time you called swapBuffers. This presumably means something if you're using QGLWidget the "regular" way, but in our multi-threaded use case is harmless since we never call doneCurrent in the rendering thread. | ||||
* | MakeCurrent race condition fix | tfarley | 2015-05-23 | 1 | -2/+2 |
| | |||||
* | Use condition var to properly pause the CPU thread | James Rowe | 2015-05-18 | 1 | -0/+3 |
| | | | | Adds support for threaded pausing so citra doesn't spin wait on pause | ||||
* | Common: Remove common.h | Yuri Kunde Schlesner | 2015-05-07 | 1 | -1/+0 |
| | |||||
* | Merge pull request #698 from Zaneo/clip_stylus_input | Tony Wasserka | 2015-05-02 | 1 | -1/+1 |
|\ | | | | | EmuWindow: Clip mouse input coordinates to emulated screen dimensions. | ||||
| * | EmuWindow: Clip mouse input coordinates to emulated screen dimensions. | Zaneo | 2015-05-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | If the mouse position for a mouse move/drag would take it outside the emulated screen dimensions, clip the coordinates to the emulated screen dimensions. Qt and GLFW will report negative coordinates for mouse positions to the left, or above citra window. Added restriction to mouse coordinates passed to touchmoved by Qt/GLFW to be greater or equal to zero. | ||||
* | | Qt: Fixed a bug in shutdown procedure, various cleanups. | bunnei | 2015-05-02 | 1 | -3/+3 |
| | | |||||
* | | Qt: Use signals for emu_thread start/stop and fix disasm widget. | bunnei | 2015-05-02 | 1 | -3/+11 |
| | | |||||
* | | Qt: Restructured to remove unnecessary shutdown event and various cleanups. | bunnei | 2015-05-02 | 1 | -38/+5 |
| | | |||||
* | | Qt: Create emu thread on bootup, kill it on shutdown. | bunnei | 2015-05-02 | 1 | -20/+11 |
| | | |||||
* | | EmuThread: Remove unused filename attribute. | bunnei | 2015-05-02 | 1 | -8/+2 |
| | | |||||
* | | Qt: Move EmuThread ownership from render window to main window. | bunnei | 2015-05-02 | 1 | -21/+6 |
|/ | |||||
* | HID: Complete refactor of pad/touch input to fix threading issues. | bunnei | 2015-03-11 | 1 | -14/+8 |
| | |||||
* | Qt: Implemented EmuWindow touchpad support. | bunnei | 2015-03-10 | 1 | -0/+25 |
| | |||||
* | Set framebuffer layout from EmuWindow. | bunnei | 2015-03-07 | 1 | -1/+2 |
| | |||||
* | Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one. | Emmanuel Gil Peyrot | 2015-02-22 | 1 | -0/+10 |
| | |||||
* | Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxx | archshift | 2015-01-21 | 1 | -18/+18 |
| | |||||
* | citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeft | Kingcom | 2015-01-11 | 1 | -1/+18 |
| | |||||
* | citra-qt: Renamed all .hxx headers to .h | chrisvj | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | Frontends: Shutdown core when emulation is stopped | Yuri Kunde Schlesner | 2015-01-04 | 1 | -0/+3 |
| | |||||
* | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 2014-12-13 | 1 | -4/+4 |
| | |||||
* | Pica/DebugUtils: Add breakpoint functionality. | Tony Wasserka | 2014-12-09 | 1 | -2/+11 |
| | |||||
* | Change NULLs to nullptrs. | Rohit Nirmal | 2014-12-03 | 1 | -1/+1 |
| | |||||
* | Remove tabs in all files except in skyeye imports and in generated GL code | Emmanuel Gil Peyrot | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 2014-11-19 | 1 | -2/+2 |
| | |||||
* | citra-qt: Small cleanup. | Tony Wasserka | 2014-11-18 | 1 | -2/+1 |
| | |||||
* | EmuWindow: Remove window title getters/setters. | Tony Wasserka | 2014-11-18 | 1 | -8/+3 |
| | | | | | 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/+7 |
| | |||||
* | Fixup EmuWindow interface and implementations thereof. | Tony Wasserka | 2014-11-18 | 1 | -19/+34 |
| | |||||
* | Viewport scaling and display density independence | Kevin Hartman | 2014-11-18 | 1 | -0/+24 |
| | | | | | 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. | ||||
* | Citra-Qt: Use Core::RunLoop when not single stepping. | bunnei | 2014-11-12 | 1 | -12/+9 |
| | |||||
* | Add `override` keyword through the code. | Yuri Kunde Schlesner | 2014-10-26 | 1 | -2/+2 |
| | | | | This was automated using `clang-modernize`. | ||||
* | OpenGL renderer: Request a forward compatible context in citra-qt | Yuri Kunde Schlesner | 2014-10-12 | 1 | -3/+3 |
| | | | | 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 | -30/+24 |
| | | | | Uses QSettings on citra-qt, and inih on citra-cli. | ||||
* | Merge pull request #97 from archshift/cleanup | bunnei | 2014-09-14 | 1 | -3/+2 |
|\ | | | | | Small, general code cleanup | ||||
| * | bootmanager::EmuThread: fixed initialization order | archshift | 2014-09-07 | 1 | -3/+2 |
| | | |||||
* | | Added support for multiple input device types for KeyMap and connected Qt. | Kevin Hartman | 2014-09-12 | 1 | -18/+31 |
|/ | |||||
* | Pass format to the QGLWidget and use atomic instead of mutex. | Sacha | 2014-08-24 | 1 | -10/+3 |
| | |||||
* | Fix EmuThread loop by ensuring it exits properly. | Sacha | 2014-08-24 | 1 | -8/+25 |
| | | | | | Note: There is a pre-existing issue with booting a new game in that it keeps the old EmuThread. The GL code now supports this but the Core still doesn't. | ||||
* | Fix the threading for GL Context in Qt5. | Sacha | 2014-08-24 | 1 | -6/+16 |
| | | | | Connect the emu_thread start/finish to a moveContext slot. | ||||
* | Revert "Removed redundant loop in EmuThread::run()" | archshift | 2014-08-20 | 1 | -7/+10 |
| | |||||
* | Removed redundant loop in EmuThread::run() | archshift | 2014-08-17 | 1 | -10/+7 |
| | |||||
* | Bootmanager: changed `filename` to std::string | archshift | 2014-08-15 | 1 | -3/+5 |
| | |||||
* | Qt: Removed unnecessary HW::Update. | bunnei | 2014-08-06 | 1 | -1/+0 |
| | |||||
* | Loader: Moved elf and loader modules to a "loader" subdirectory. | bunnei | 2014-06-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2 from archshift/issue-7-fix | bunnei | 2014-05-20 | 1 | -15/+19 |
|\ | | | | | Fixes issues with building Citra on OSX | ||||
| * | Improved clarity and whitespace | archshift | 2014-05-20 | 1 | -1/+1 |
| | | | | | | | | Changed QGL version to 3,2 in order to be less restrictive, yet it should still change up to 4,1 on OSX on Qt5. | ||||
| * | Fixed indents | archshift | 2014-05-01 | 1 | -19/+19 |
| | | |||||
| * | Sets OGL version for Qt; will only work with Qt5 | archshift | 2014-05-01 | 1 | -6/+10 |
| | | |||||
* | | updated how we call ARM core to make things much faster | bunnei | 2014-05-17 | 1 | -0/+3 |
|/ | |||||
* | Init window size from VideoCore. Start changing the default window behavior... | Mathieu Vaillancourt | 2014-04-13 | 1 | -3/+4 |
| | |||||
* | Temporarily "fix" citra_qt for Windows | Mathieu Vaillancourt | 2014-04-11 | 1 | -5/+5 |
| | |||||
* | got rid of 'src' folders in each sub-project | bunnei | 2014-04-09 | 1 | -0/+206 |