Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-12 | Massive removal of unused modules | James Rowe | |
2018-01-12 | config: Default CPU core to Unicorn. | bunnei | |
2018-01-12 | configuration: Add cpu_core configuration option | MerryMage | |
2017-10-10 | hle: Remove a large amount of 3ds-specific service code. | bunnei | |
2017-09-18 | WebService: Verify username and token (#2930) | B3n30 | |
* WebService: Verify username and token; Log errors in PostJson * Fixup: added docstrings to the functions * Webservice: Added Icons to the verification, imrpved error detection in cpr, fixup nits * fixup: fmt warning | |||
2017-08-29 | Merge pull request #2899 from wwylele/touch-refactor | bunnei | |
Refactor touch input into a TouchDevice | |||
2017-08-25 | default_ini: Use correct telemetry endpoint URL. | bunnei | |
2017-08-25 | settings: Add enable_telemetry, citra_username, and citra_token. | bunnei | |
2017-08-24 | EmuWindow: refactor touch input into a TouchDevice | wwylele | |
2017-08-11 | move MotionEmu from core/frontend to input_common as a InputDevice | wwylele | |
2017-08-11 | Fix some spelling mistakes | danzel | |
2017-07-10 | settings: Add telemetry endpoint URL. | bunnei | |
2017-04-17 | input_common/sdl: add support for binding button to axis | wwylele | |
2017-03-21 | Merge pull request #2512 from SonofUgly/custom-layout | bunnei | |
Add custom layout settings. | |||
2017-03-01 | citra: update default ini with new input system | wwylele | |
2017-02-23 | Add custom layout settings. | SonofUgly | |
2017-01-29 | Merge pull request #2368 from wwylele/camera-2 | Yuri Kunde Schlesner | |
CAM: build the service framework with a dummy implementation | |||
2017-01-25 | SDL: Select audio device (#2403) | Kloen Lansfiel | |
* Initial Commit Added Device logic to Sinks Started on UI for selecting devices Removed redundant import * Audio Core: Complete Device Switching Complete the device switching implementation by allowing the output device to be loaded, changed and saved through the configurations menu. Worked with the Sink abstraction and tuned the "Device Selection" configuration so that the Device List is automatically populated when the Sink is changed. This hopefully addresses the concerns and recommendations mentioned in the comments of the PR. * Clean original implementation. * Refactor GetSinkDetails | |||
2017-01-11 | CAM: implement basic camera functions with a blank camera | wwylele | |
2017-01-07 | config: Add option for specifying screen resolution scale factor. | bunnei | |
2016-12-30 | Merge pull request #2386 from bunnei/fix-bg-color | Sebastian Valle | |
config: SDL: Move background color setting to correct section. | |||
2016-12-30 | config: SDL: Move background color setting to correct section. | bunnei | |
2016-12-07 | Config: auto-select region and language | wwylele | |
2016-12-06 | Implement Frame rate limiter (#2223) | emmauss | |
* implement frame limiter * fixes | |||
2016-11-27 | GPU: Remove the broken frame_skip option. | Emmanuel Gil Peyrot | |
Fixes #1960. | |||
2016-11-05 | Support additional screen layouts. | James Rowe | |
Allows users to choose a single screen layout or a large screen layout. Adds a configuration option to change the prominent screen. | |||
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | |
2016-09-15 | core: Add configuration option for CPU JIT. | bunnei | |
2016-08-31 | Merge pull request #2032 from bunnei/qt-graphics | bunnei | |
Qt graphics configure & V-Sync option | |||
2016-08-31 | configure_audio: User-configuratble option to enable/disable audio stretching | MerryMage | |
2016-08-29 | config: Add a setting for graphics V-Sync. | bunnei | |
2016-08-15 | citra: Default to HW renderer. | bunnei | |
2016-06-10 | Merge pull request #1897 from linkmauve/sdl2-config-fix | Mat M | |
SDL2: Add forgotten default config changes from 7129611e65096ba2cbe8266f6cb068a9b18981d8 | |||
2016-06-11 | SDL2: Add forgotten default config changes from ↵ | Emmanuel Gil Peyrot | |
7129611e65096ba2cbe8266f6cb068a9b18981d8. | |||
2016-05-15 | implement circle pad modifier | wwylele | |
2016-05-15 | Refactor input subsystem | wwylele | |
2016-05-07 | AudioCore: SDL2 Sink | MerryMage | |
2016-04-30 | Audio: Add sink selection to configuration files | MerryMage | |
2016-04-21 | Config: Add scaled resolution option | tfarley | |
2016-03-02 | Dependencies: Remove GLFW, Add SDL2 | MerryMage | |
citra: Remove GLFW, Add SDL2 FindSDL2: Do not CACHE SDL2_* variables if library is not found EmuWindow_SDL2: Set minimal client area at initialisation time EmuWindow_SDL2: Corrections EmuWindow_SDL2: Fix no decorations on startup on OS X cmake: windows_copy_files | |||
2015-10-04 | Implement gdbstub | polaris- | |
2015-08-15 | Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders. | bunnei | |
- Config: Add an option for selecting to use shader JIT or interpreter. - Qt: Add a menu option for enabling/disabling the shader JIT. | |||
2015-07-26 | Citra: Remove dead gpu_refresh_rate option from the default ini file. | Emmanuel Gil Peyrot | |
2015-05-22 | INI hw/sw renderer toggle | tfarley | |
2015-04-03 | Allow the user to set the background clear color during emulation | archshift | |
The background color can be seen at the sides of the bottom screen or when the window is wider than normal. | |||
2015-03-07 | default_ini.h: Put comments on their own lines | archshift | |
Apparently inline comments is not necessarily standard in the INI format, and our parser was erroneously parsing the comments as values. | |||
2015-02-22 | Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one. | Emmanuel Gil Peyrot | |
2015-02-10 | Merge pull request #526 from purpasmart96/citra_stubs | bunnei | |
Services: Stub some functions | |||
2015-02-07 | Services: Stub some functions | purpasmart96 | |
2015-01-31 | arm: Adios armemu | Lioncash | |