Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-21 | Merge pull request #2512 from SonofUgly/custom-layout | bunnei | |
Add custom layout settings. | |||
2017-03-20 | Removed a linebreak from the README. | Christopher J. Gilbert | |
2017-03-20 | Adding a linebreak to the README file. | Christopher J. Gilbert | |
2017-03-20 | Merge pull request #2630 from wwylele/qt-focus-loss-2 | bunnei | |
Qt: Release all pressed buttons when window focus is lost [rebased] | |||
2017-03-18 | Merge pull request #2631 from wwylele/fix-unwrap | Weiyi Wang | |
apt: fix RequestBuilder parameters for Unwrap | |||
2017-03-18 | apt: fix RequestBuilder parameters for Unwrap | wwylele | |
2017-03-17 | citra-qt: remove dead code | wwylele | |
2017-03-17 | citra-qt: release all buttons when render window focus is lost | wwylele | |
credit to @Hawkheart for the original idea | |||
2017-03-17 | Merge pull request #2497 from wwylele/input-2 | bunnei | |
Refactor input emulation & add SDL gamepad support | |||
2017-03-16 | Merge pull request #2618 from wwylele/log-less-filename | bunnei | |
Reduce host file name and path logging | |||
2017-03-15 | Merge pull request #2468 from Kloen/xamarin-pls-stop | bunnei | |
appveyor: workaround for unnecesary Xamarin log spam | |||
2017-03-15 | Merge pull request #2620 from FernandoS27/syscore_error | bunnei | |
Refined thread launch on syscore error messages | |||
2017-03-15 | Merge pull request #2625 from wwylele/hash-console-unique | bunnei | |
cfg: correctly implement GenHashConsoleUnique | |||
2017-03-15 | Merge pull request #2626 from yuriks/msvc2017 | bunnei | |
Fix building with MSVC 2017 | |||
2017-03-12 | externals: Update to boost v1.63.0 | Yuri Kunde Schlesner | |
2017-03-12 | common/cpu_detect: Add missing include and fix namespace scope | Yuri Kunde Schlesner | |
2017-03-12 | cfg: implement GenHashConsoleUnique | wwylele | |
2017-03-11 | file_util: Log when using local user directory | wwylele | |
2017-03-09 | Refined thread launch on syscore error messages | Fernando Sahmkow | |
2017-03-08 | file_sys: lower log level for setting host path | wwylele | |
2017-03-08 | file_util: lower logging level for harmless cases | wwylele | |
2017-03-08 | loader/ncch: less verbose log for loading game list. only log program ID ↵ | wwylele | |
when booting | |||
2017-03-08 | loader: lower file name logging level | wwylele | |
2017-03-06 | Merge pull request #2614 from Schplee/patch-1 | Christopher J. Gilbert | |
Fixes typo on Citra forum link. | |||
2017-03-06 | Merge pull request #2615 from Schplee/patch-2 | Christopher J. Gilbert | |
New website link updates. | |||
2017-03-06 | New website link updates. | Schplee | |
Fixed the broken links that were a result of the updated website. | |||
2017-03-06 | Fixes typo on Citra forum link. | Schplee | |
An extra ".citra-emu.org," was left when the link was changed to the current forum URL, so I fixed that. | |||
2017-03-02 | qt/config_input: don't connect for null button | wwylele | |
2017-03-01 | citra: update default ini with new input system | wwylele | |
2017-03-01 | Input: remove unused stuff & clean up | wwylele | |
1. removed zl, zr and c-stick from HID::PadState. They are handled by IR, not HID 2. removed button handling in EmuWindow 3. removed key_map 4. cleanup #include | |||
2017-03-01 | Qt: rework input configuration for new input system | wwylele | |
2017-03-01 | InputCommon: add SDL joystick support | wwylele | |
2017-03-01 | InputCommon: add AnalogFromButton | wwylele | |
2017-03-01 | InputCommon: add Keyboard | wwylele | |
2017-03-01 | HID: use AnalogDevice | wwylele | |
2017-03-01 | HID: use ButtonDevice | wwylele | |
2017-03-01 | Input: add device and factory template | wwylele | |
2017-03-01 | Common: add ParamPackage | wwylele | |
2017-02-27 | Merge pull request #2603 from wwylele/please-signal | bunnei | |
Timer: restore missing signaled=true from #2421 | |||
2017-02-27 | Timer: restore missing signaled=true from #2421 | wwylele | |
2017-02-27 | Merge pull request #2594 from wwylele/ir-separate | bunnei | |
IR: separate functions of each port to their own files | |||
2017-02-27 | Fix log entry in timer::signal (#2600) | B3n30 | |
2017-02-26 | Doxygen: Amend minor issues (#2593) | Mat M | |
Corrects a few issues with regards to Doxygen documentation, for example: - Incorrect parameter referencing. - Missing @param tags. - Typos in @param tags. and a few minor other issues. | |||
2017-02-26 | Merge pull request #2587 from yuriks/status-bar | Yuri Kunde Schlesner | |
Replace built-in Profiler with indicators in status bar | |||
2017-02-26 | PerfStats: Re-order and document members better | Yuri Kunde Schlesner | |
2017-02-26 | Qt: Tweak status bar styling | Yuri Kunde Schlesner | |
2017-02-26 | Qt: Increase status bar update interval to 2 seconds | Yuri Kunde Schlesner | |
2017-02-26 | Core: Re-write frame limiter | Yuri Kunde Schlesner | |
Now based on std::chrono, and also works in terms of emulated time instead of frames, so we can in the future frame-limit even when the display is disabled, etc. The frame limiter can also be enabled along with v-sync now, which should be useful for those with displays running at more than 60 Hz. | |||
2017-02-26 | Core: Make PerfStats internally locked | Yuri Kunde Schlesner | |
More ergonomic to use and will be required for upcoming changes. | |||
2017-02-26 | Qt: Add tooltips to status bar displays | Yuri Kunde Schlesner | |