| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | 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 | ||
| * | | | | | Merge pull request #2421 from Subv/timers | 2017-02-24 | 3 | -16/+36 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Timers: Return an error when calling SetTimer with negative timeouts. | 2017-02-21 | 1 | -0/+5 | ||
| | * | | | | | Timers: Immediately signal the timer if it was started with an initial value ... | 2017-02-21 | 2 | -16/+31 | ||
| * | | | | | | Use QFileSystemWatcher to reload the game list when a change is detected. (#2... | 2017-02-23 | 2 | -1/+51 | ||
| * | | | | | | Merge pull request #2441 from jroweboy/titlebar | 2017-02-23 | 6 | -5/+32 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Gui: Change title bar to include build name | 2017-02-23 | 6 | -5/+32 | ||
| * | | | | | | | [UI] Modify recursive scanning label (#2589) | 2017-02-22 | 1 | -1/+1 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #2585 from MerryMage/sxtb16-sxtab16 | 2017-02-19 | 1 | -4/+4 | ||
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | dyncom: Correct SXTAB16 and SXTB16 | 2017-02-18 | 1 | -4/+4 | ||
| * | | | | | | Merge pull request #2580 from yuriks/qt-cleanup2 | 2017-02-19 | 4 | -96/+83 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | Qt: Move some connections from .ui file to code | 2017-02-18 | 2 | -38/+3 | ||
| | * | | | | | Qt: Reorganize connection of menu events | 2017-02-18 | 2 | -13/+23 | ||
| | * | | | | | Qt: Re-organize setup of debugging widgets | 2017-02-18 | 4 | -39/+51 | ||
| | * | | | | | Qt: Fix action name to match conventions | 2017-02-18 | 2 | -6/+6 | ||
| * | | | | | | OpenGL: Check if uniform block exists before updating it (#2581) | 2017-02-18 | 1 | -29/+30 | ||
| |/ / / / / | ||||||
| * | | | | | Qt: Make IsSingleFileDropEvent static | 2017-02-17 | 1 | -1/+1 | ||
| * | | | | | Qt: Allow any file extension in Open dialog | 2017-02-17 | 1 | -2/+3 | ||
| * | | | | | Qt: Remove orpahned function declaration | 2017-02-17 | 1 | -6/+0 | ||