| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Add custom layout settings. | 2017-02-23 | 9 | -13/+104 | ||
| * | | | | | Merge pull request #2630 from wwylele/qt-focus-loss-2 | 2017-03-20 | 5 | -3/+18 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | citra-qt: remove dead code | 2017-03-17 | 3 | -5/+0 | ||
| | * | | | | | citra-qt: release all buttons when render window focus is lost | 2017-03-17 | 4 | -0/+20 | ||
| | | |/ / / | |/| | | | ||||||
| * / | | | | apt: fix RequestBuilder parameters for Unwrap | 2017-03-18 | 1 | -1/+1 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #2497 from wwylele/input-2 | 2017-03-17 | 40 | -574/+1244 | ||
| |\ \ \ \ | ||||||
| | * | | | | qt/config_input: don't connect for null button | 2017-03-02 | 1 | -4/+7 | ||
| | * | | | | citra: update default ini with new input system | 2017-03-01 | 1 | -28/+41 | ||
| | * | | | | Input: remove unused stuff & clean up | 2017-03-01 | 9 | -412/+3 | ||
| | * | | | | Qt: rework input configuration for new input system | 2017-03-01 | 2 | -68/+144 | ||
| | * | | | | InputCommon: add SDL joystick support | 2017-03-01 | 4 | -0/+241 | ||
| | * | | | | InputCommon: add AnalogFromButton | 2017-03-01 | 8 | -0/+162 | ||
| | * | | | | InputCommon: add Keyboard | 2017-03-01 | 17 | -85/+254 | ||
| | * | | | | HID: use AnalogDevice | 2017-03-01 | 3 | -2/+30 | ||
| | * | | | | HID: use ButtonDevice | 2017-03-01 | 5 | -1/+100 | ||
| | * | | | | Input: add device and factory template | 2017-03-01 | 4 | -0/+100 | ||
| | * | | | | Common: add ParamPackage | 2017-03-01 | 5 | -0/+188 | ||
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #2618 from wwylele/log-less-filename | 2017-03-16 | 7 | -17/+20 | ||
| |\ \ \ \ | ||||||
| | * | | | | file_util: Log when using local user directory | 2017-03-11 | 1 | -0/+2 | ||
| | * | | | | file_sys: lower log level for setting host path | 2017-03-08 | 4 | -4/+4 | ||
| | * | | | | file_util: lower logging level for harmless cases | 2017-03-08 | 1 | -9/+7 | ||
| | * | | | | loader/ncch: less verbose log for loading game list. only log program ID when... | 2017-03-08 | 1 | -3/+6 | ||
| | * | | | | loader: lower file name logging level | 2017-03-08 | 1 | -1/+1 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #2620 from FernandoS27/syscore_error | 2017-03-15 | 1 | -5/+15 | ||
| |\ \ \ \ | ||||||
| | * | | | | Refined thread launch on syscore error messages | 2017-03-09 | 1 | -5/+15 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #2625 from wwylele/hash-console-unique | 2017-03-15 | 1 | -7/+24 | ||
| |\ \ \ \ | ||||||
| | * | | | | cfg: implement GenHashConsoleUnique | 2017-03-12 | 1 | -7/+24 | ||
| | |/ / / | ||||||
| * / / / | common/cpu_detect: Add missing include and fix namespace scope | 2017-03-12 | 1 | -5/+7 | ||
| |/ / / | ||||||
| * | | | Timer: restore missing signaled=true from #2421 | 2017-02-27 | 1 | -0/+2 | ||
| * | | | Merge pull request #2594 from wwylele/ir-separate | 2017-02-27 | 6 | -147/+159 | ||
| |\ \ \ | ||||||
| | * | | | IR: separate functions of each port to their own files | 2017-02-26 | 6 | -147/+159 | ||
| * | | | | Fix log entry in timer::signal (#2600) | 2017-02-27 | 1 | -1/+1 | ||
| * | | | | Doxygen: Amend minor issues (#2593) | 2017-02-26 | 18 | -23/+31 | ||
| * | | | | Merge pull request #2587 from yuriks/status-bar | 2017-02-26 | 28 | -449/+321 | ||
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | PerfStats: Re-order and document members better | 2017-02-26 | 2 | -5/+14 | ||
| | * | | | Qt: Tweak status bar styling | 2017-02-26 | 1 | -0/+2 | ||
| | * | | | Qt: Increase status bar update interval to 2 seconds | 2017-02-26 | 1 | -1/+1 | ||
| | * | | | Core: Re-write frame limiter | 2017-02-26 | 5 | -42/+53 | ||
| | * | | | Core: Make PerfStats internally locked | 2017-02-26 | 7 | -16/+25 | ||
| | * | | | Qt: Add tooltips to status bar displays | 2017-02-26 | 1 | -0/+7 | ||
| | * | | | Qt: Don't show fractional figures in the status bar | 2017-02-26 | 1 | -2/+2 | ||
| | * | | | Remove built-in (non-Microprofile) profiler | 2017-02-26 | 9 | -382/+2 | ||
| | * | | | PerfStats: Add method to get the instantaneous time ratio | 2017-02-26 | 3 | -7/+22 | ||
| | * | | | Add performance statistics to status bar | 2017-02-26 | 11 | -3/+159 | ||
| | * | | | SynchronizedWrapper: Add Lock convenience method | 2017-02-26 | 1 | -18/+25 | ||
| | * | | | Qt: Add (empty) status bar | 2017-02-26 | 6 | -1/+35 | ||
| | * | | | Core: Remove unnecessary include in thread.h | 2017-02-26 | 4 | -1/+3 | ||
| * | | | | Merge pull request #2569 from wwylele/wrap-unwrap | 2017-02-25 | 16 | -6/+567 | ||
| |\ \ \ \ | ||||||
| | * | | | | APT: implement Wrap and Unwrap | 2017-02-21 | 5 | -6/+149 | ||
| | * | | | | HW: add AES engine & implement AES-CCM | 2017-02-21 | 11 | -0/+418 | ||