| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-29 | citra: add missing control paths for ResultStatus on rom load. Fix warning ↵ | Kloen | |
| about unhandled enumeration values on OSX | |||
| 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 | SDL2: Config.cpp fix double to float warning | Kloen | |
| 2017-01-11 | CAM: implement basic camera functions with a blank camera | wwylele | |
| 2017-01-08 | Merge pull request #2384 from bunnei/internal-res-option | bunnei | |
| config: Add option for specifying screen resolution scale factor. | |||
| 2017-01-07 | Merge pull request #1951 from wwylele/motion-sensor | bunnei | |
| Emulate motion sensor in frontend | |||
| 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-29 | Merge pull request #2240 from wwylele/auto-region | bunnei | |
| Config: auto-select region and language | |||
| 2016-12-26 | Frontend: emulate motion sensor | wwylele | |
| 2016-12-23 | core: Move emu_window and key_map into core | MerryMage | |
| * Removes circular dependences (common should not depend on core) | |||
| 2016-12-21 | Address clang-format issues. | bunnei | |
| 2016-12-21 | core: Consolidate core and system state, remove system module & cleanups. | bunnei | |
| 2016-12-21 | core: Consolidate top-level system state into a singleton. | bunnei | |
| 2016-12-16 | Merge pull request #2303 from freiro/citra-qt_missing_sdl2_dll | bunnei | |
| Copy SDL2.dll when compiling citra-qt with msvc | |||
| 2016-12-13 | Modularized Qt and SDL file copying | freiro | |
| Now cmake relies on two submodules to copy the libraries in the proper folders | |||
| 2016-12-11 | Merge pull request #2267 from JayFoxRox/fix-mingw-cc | Sebastian Valle | |
| Support mingw cross-compilation | |||
| 2016-12-07 | Config: auto-select region and language | wwylele | |
| 2016-12-06 | Implement Frame rate limiter (#2223) | emmauss | |
| * implement frame limiter * fixes | |||
| 2016-12-05 | Unify Windows ICON resource name | Jannik Vogel | |
| 2016-12-05 | Support mingw cross-compile | Jannik Vogel | |
| 2016-11-27 | Merge pull request #2196 from Subv/system_mode | Yuri Kunde Schlesner | |
| Kernel/Loader: Grab the system mode from the NCCH ExHeader. | |||
| 2016-11-27 | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | Subv | |
| 3dsx and elf files default to system mode 2 (96MB allocated to the application). This allows Home Menu to boot without modifications. Closes #1849 | |||
| 2016-11-27 | GPU: Remove the broken frame_skip option. | Emmanuel Gil Peyrot | |
| Fixes #1960. | |||
| 2016-11-19 | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | Subv | |
| 3dsx and elf files default to system mode 2 (96MB allocated to the application). This allows Home Menu to boot without modifications. Closes #1849 | |||
| 2016-11-05 | Add default hotkey to swap primary screens. | James Rowe | |
| Also minor style changes | |||
| 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-10-27 | build: add default install for DragonFly, Solaris, etc. | Jan Beich | |
| 2016-09-21 | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | |
| 2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | |
| This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||
| 2016-09-18 | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | |
| 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-07-14 | Merge pull request #1890 from LFsWang/fix-encode-problem | bunnei | |
| Fix boot_filename encode on Windows | |||
| 2016-06-10 | Merge pull request #1897 from linkmauve/sdl2-config-fix | Mat M | |
| SDL2: Add forgotten default config changes from 7129611e65096ba2cbe8266f6cb068a9b18981d8 | |||
| 2016-06-10 | Merge pull request #1789 from wwylele/input-refactor | bunnei | |
| Refactor input mapping & implement circle pad modifier | |||
| 2016-06-11 | SDL2: Add forgotten default config changes from ↵ | Emmanuel Gil Peyrot | |
| 7129611e65096ba2cbe8266f6cb068a9b18981d8. | |||
| 2016-06-08 | Fix boot_filename encode on Windows | LFsWang | |
| 2016-05-25 | Merge pull request #1817 from linkmauve/smdh-stuff | bunnei | |
| Improve SMDH support in loaders and frontends | |||
| 2016-05-24 | New3DS: Minor style cleanup to #1520. | bunnei | |
| 2016-05-24 | Merge pull request #1520 from JamePeng/checknew3ds | bunnei | |
| Implement CheckNew3DS and CheckNew3DSApp | |||
| 2016-05-21 | CitraQt: Simplify the game list loader code | Emmanuel Gil Peyrot | |
| 2016-05-21 | Loader, Frontends: Refactor loader creation and game loading | Emmanuel Gil Peyrot | |
| This allows frontends to keep a single loader and use it multiple times e.g. for code loading and SMDH parsing. | |||
| 2016-05-15 | implement circle pad modifier | wwylele | |
